source:
vbox/trunk/src/VBox/Disassembler/testcase/tstAsmPush-1.asm@
9098
最後變更 在這個檔案從9098是 9098,由 提交於 17 年 前 | |
---|---|
|
|
檔案大小: 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
來幫助您使用儲存庫瀏覽器