VirtualBox

source: vbox/trunk/src/VBox/Disassembler/testcase/tstAsmPush-1.asm@ 9098

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

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

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id
檔案大小: 284 位元組
 
1 BITS TEST_BITS
2%if TEST_BITS != 64
3 push bp
4 push ebp
5 push word [bp]
6 push dword [bp]
7 push word [ebp]
8 push dword [ebp]
9%else
10 %if 0 ; doesn't work yet - default operand size is wrong?
11 push rbp
12 push qword [rbp]
13 %endif
14%endif
15
16
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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