0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-08 15:25:05 +00:00
uxn/examples/loop.usm
2021-02-03 21:53:56 -08:00

8 lines
71 B
Text

< loop >
01 .loop JSI ffff BRK
:loop
01 ADD
0f NEQ .loop JMC
RTS