mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
More test files...
This commit is contained in:
parent
3da80c0686
commit
8b3d1a546d
10
test/loopoffs.asm
Normal file
10
test/loopoffs.asm
Normal file
@ -0,0 +1,10 @@
|
||||
bits 16
|
||||
delay: loop delay
|
||||
loop $
|
||||
delay2: a32 loop delay2
|
||||
a32 loop $
|
||||
delay3: loop delay3,ecx
|
||||
loop $,ecx
|
||||
delay4: a32 loop delay4,ecx
|
||||
a32 loop $,ecx
|
||||
|
3
test/nullfile.asm
Normal file
3
test/nullfile.asm
Normal file
@ -0,0 +1,3 @@
|
||||
;
|
||||
; A file that produces no output has been known to occationally crash NASM.
|
||||
;
|
1447
test/tmap.nas
Normal file
1447
test/tmap.nas
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user