VirtualBox

source: vbox/trunk/src/VBox/Disassembler/testcase/tstAsmFnstsw-1.asm@ 20525

最後變更 在這個檔案從20525是 9100,由 vboxsync 提交於 17 年 前

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.

  • 屬性 svn:eol-style 設為 native
檔案大小: 144 位元組
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette