b2e0bd6315
* gasp/gasp.exp: Run them. Also, clean up the test names used in pass and fail.
8 lines
106 B
NASM
8 lines
106 B
NASM
get macro arg1,arg2,arg3
|
|
dc.l arg1
|
|
arg2
|
|
arg3 dc.l \4
|
|
move.\0 d0,d1
|
|
endm
|
|
|
|
get.b 1,<dc.l 2>,label,four
|