More test files...

This commit is contained in:
H. Peter Anvin 2003-09-08 22:59:45 +00:00
parent 3da80c0686
commit 8b3d1a546d
3 changed files with 1460 additions and 0 deletions

10
test/loopoffs.asm Normal file
View 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
View File

@ -0,0 +1,3 @@
;
; A file that produces no output has been known to occationally crash NASM.
;

1447
test/tmap.nas Normal file

File diff suppressed because it is too large Load Diff