mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 20:58:06 +11:00
17 lines
143 B
NASM
17 lines
143 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:
|
|
out 0x2e, r12
|
|
in r0, 0x9
|