uxn/examples/loop.usm

10 lines
77 B
Plaintext
Raw Normal View History

2021-02-02 15:22:20 -05:00
< loop >
01 .loop JSR BRK
:loop
01 ADD
0f NEQ .loop JMQ
RTS
:end ff BRK