summaryrefslogtreecommitdiff
path: root/warriors/simple-clear.red
blob: b40215e4d4dda07a70a29fe91845dd879abe0aea (plain) (blame)
1
2
3
4
5
6
7
8
9
;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: