Last change
on this file since 26224 was 9100, checked in by vboxsync, 16 years ago |
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.
|
-
Property svn:eol-style
set to
native
|
File size:
144 bytes
|
Line | |
---|
1 | %include "tstAsm.mac"
|
---|
2 | BITS TEST_BITS
|
---|
3 |
|
---|
4 | fstsw ax
|
---|
5 | fnstsw ax
|
---|
6 | fstsw [xBX]
|
---|
7 | fnstsw [xBX]
|
---|
8 | fstsw [xBX+xDI]
|
---|
9 | fnstsw [xBX+xDI]
|
---|
10 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.