Last change
on this file since 26498 was 9098, checked in by vboxsync, 17 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:
250 bytes
|
Line | |
---|
1 | BITS TEST_BITS
|
---|
2 | %if TEST_BITS != 64
|
---|
3 | pop bp
|
---|
4 | pop ebp
|
---|
5 | pop word [bp]
|
---|
6 | pop dword [bp]
|
---|
7 | pop word [ebp]
|
---|
8 | pop dword [ebp]
|
---|
9 | %else
|
---|
10 | %if 0 ; doesn't work yet
|
---|
11 | pop rbp
|
---|
12 | pop qword [rbp]
|
---|
13 | %endif
|
---|
14 | %endif
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.