b2e0bd6315
* gasp/gasp.exp: Run them. Also, clean up the test names used in pass and fail.
9 lines
100 B
NASM
9 lines
100 B
NASM
loop macro arg1,arg2,arg3
|
|
dc.l NARG
|
|
ifne NARG
|
|
dc.l arg1
|
|
loop arg2,arg3
|
|
endc
|
|
endm
|
|
|
|
loop 1,2,3
|