Re: A program I've made works in VirtualBox and QEMU, but crashes under DosBox
Posted on 2023-01-07, 14:23
FCOMIP just saves you the work of manipulating EFLAGS, so you could use FCOMP and merge the condition flags the hard way, for example: fcomp push ax fstsw ax mov al,ah lahf and ax,0ba45h or ah,al sahf pop ax Maybe make it a subroutine if used a lot. Thank you, I've tried it and now the Analog Clock …