diff options
Diffstat (limited to 'test/test2a.asm')
-rw-r--r-- | test/test2a.asm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/test/test2a.asm b/test/test2a.asm deleted file mode 100644 index 2ed09a7..0000000 --- a/test/test2a.asm +++ /dev/null @@ -1,22 +0,0 @@ - use32 - cpu P3 - -debugdump001: -goo: jmp foo -; cpu 386 - jc near foo - mov ax,[si+5] - mov ax,[si-7] - mov ax,[si+n] - align 16 -; cpu 486 - bswap edx -; cpu 186 - resb 10 -foo: jmp goo - jc goo - jmp short goo -debugdump002: push 0 -n equ 3 - - |