9 lines
159 B
Text
9 lines
159 B
Text
;name simple core clear
|
|
;author blah
|
|
|
|
start:
|
|
mov background, background + 1
|
|
sne.ab #0-1, start
|
|
mov.ab #background - start, start
|
|
jmp start, >start
|
|
background:
|