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