Fixed tests.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
main
|
||||
tst.w d1
|
||||
beq.s .skip
|
||||
moveq.l #42,d0
|
||||
.narf move.l d0,(a0)+
|
||||
dbra d0,.narf
|
||||
.skip subq.w #1,d1
|
||||
beq.s .narf
|
||||
rts
|
||||
Reference in New Issue
Block a user