Changeset 8379 in vbox for trunk/src/VBox/Disassembler/DisasmTestA.asm
- Timestamp:
- Apr 25, 2008 9:09:35 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30177
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmTestA.asm
r8377 r8379 72 72 movzx rax,byte [edx] 73 73 movzx rax,word [edx] 74 movzx rax,byte [rdx] 74 75 lock cmpxchg [rcx], rax 75 76 lock cmpxchg [rcx], ax … … 82 83 mov rbx, [rbp + rax*4 + 4] 83 84 mov rbx, [rbp + rax*4] 85 mov rbx, [ebp + eax*4] 84 86 int 80h 85 87 in al, 60h
Note:
See TracChangeset
for help on using the changeset viewer.