uxn/examples/loop.usm

10 lines
77 B
Plaintext

< loop >
01 .loop JSR BRK
:loop
01 ADD
0f NEQ .loop JMQ
RTS
:end ff BRK