History log of /vbox/src/VBox/Disassembler/testcase/tstAsmFnstsw-1.asm
Revision Date Author Comments Expand
ac97f353c9ad3cbba306d0ec9d8c807bd29ba8a5 35474 11-Jan-2011 vboxsync

Disassembler/testcase: added OSE headers

b24dc7f75620c058f5ba7df435cacd9bff05e8f0 9100 26-May-2008 vboxsync

Corrected fstsw to fnstsw. The fstsw mnemonic is assembled into fwait+fnstsw, see the intel manuals (3-432 in Vol. 2A), so the correct name for DF /7 and DF E0 is fnstsw. The disassembler did turn a 9B DF E0 sequence into two instructions like it should, so it's just the mnemonics.