Changeset 53032 in vbox for trunk/src/VBox/Disassembler/testcase
- Timestamp:
- Oct 10, 2014 4:18:37 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96514
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstDisasm-1A.asm
r53007 r53032 170 170 171 171 crc32 eax, bl 172 ;crc32 eax, bx172 crc32 eax, bx 173 173 crc32 eax, ebx 174 174 crc32 eax, byte [edi] 175 ;crc32 eax, word [edi]175 crc32 eax, word [edi] 176 176 crc32 eax, dword [edi] 177 177 … … 282 282 283 283 crc32 eax, bl 284 ;crc32 eax, bx284 crc32 eax, bx 285 285 crc32 eax, ebx 286 286 crc32 eax, byte [edi] 287 ;crc32 eax, word [edi]287 crc32 eax, word [edi] 288 288 crc32 eax, dword [edi] 289 289
Note:
See TracChangeset
for help on using the changeset viewer.