mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 18:28:05 +11:00
15 lines
118 B
NASM
15 lines
118 B
NASM
add r1, r31
|
|
ret
|
|
foo:
|
|
sleep
|
|
break
|
|
breq bar
|
|
asr r20
|
|
bar:
|
|
brbs 6, foo
|
|
ori r22, 0x34+4
|
|
sbrs r1, 3
|
|
rjmp foo
|
|
rcall baz
|
|
baz:
|