uxn/examples/loop.usm

9 lines
71 B
Plaintext

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