VirtualBox

source: vbox/trunk/src/VBox/Disassembler/testcase/tstAsmMovzx-1.asm@ 13815

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

More instruction filtering and hacking.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id
檔案大小: 333 位元組
 
1 BITS TEST_BITS
2
3 movzx ax, al
4 movzx eax, al
5 movzx ax, [ebx]
6 movzx eax, byte [ebx]
7 movzx eax, word [ebx]
8%if TEST_BITS != 64
9 movzx ax, [bx+si+8]
10 movzx eax, byte [bx+si+8]
11 movzx eax, word [bx+si+8]
12%else
13 movzx rax, al
14 movzx rax, ax
15 movzx rax, byte [rsi]
16 movzx rax, word [rsi]
17%endif
18
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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