uxn/examples/condjump.usm

18 lines
210 B
Plaintext
Raw Normal View History

2021-02-08 00:07:34 -05:00
( conditional jump )
|0100 @RESET
2021-02-13 16:21:05 -05:00
#06 #05 GTH ,there ROT JMP? POP2
2021-02-08 00:07:34 -05:00
@here ( when lesser or equal )
2021-02-13 16:21:05 -05:00
#ee
2021-02-08 00:07:34 -05:00
BRK
@there ( when greater )
2021-02-13 16:21:05 -05:00
#ff
2021-02-08 00:07:34 -05:00
BRK
|c000 @FRAME BRK
|d000 @ERROR BRK
|FFFA .RESET .FRAME .ERROR