Changeset 9916 in vbox for trunk/src/VBox/Disassembler/testcase
- Timestamp:
- Jun 25, 2008 12:31:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstAsmRegs-1.asm
r9914 r9916 40 40 mov al, dl 41 41 mov al, dh 42 %if TEST_BITS == 64 42 %if TEST_BITS == 64 && 0 ; This is busted both in the yasm formatter (all) and in the disasm core (first 4). 43 43 mov al, dil 44 44 mov al, sil
Note:
See TracChangeset
for help on using the changeset viewer.