VirtualBox

source: vbox/trunk/src/VBox/Disassembler/testcase/tstAsmMovSeg-1.asm@ 9244

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

More or less working yasm formatter. Added some disassembler testcases.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id
檔案大小: 343 位元組
 
1 BITS TEST_BITS
2
3 mov fs, eax
4 mov fs, ax
5%if TEST_BITS == 64
6 mov fs, rax
7%endif
8
9 mov fs, [ebx]
10%if TEST_BITS != 64
11 mov fs, [bx]
12%else
13 mov fs, [rbx]
14%endif
15
16 mov ax, fs
17 mov eax, fs
18%if TEST_BITS == 64
19 mov rax, fs
20%endif
21
22 mov [ebx], fs
23%if TEST_BITS != 64
24 mov [bx], fs
25%else
26 mov [rbx], fs
27%endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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