VirtualBox

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

Last change on this file since 9098 was 9098, checked in by vboxsync, 16 years ago

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 284 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.

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