uxn/examples/test.usm

22 lines
205 B
Plaintext
Raw Normal View History

2021-02-14 20:00:17 -05:00
( blank )
2021-02-01 14:58:47 -05:00
2021-02-14 20:00:17 -05:00
:dev/r fff8 ( std read port )
:dev/w fff9 ( std write port )
2021-02-12 19:18:52 -05:00
2021-02-14 20:00:17 -05:00
;x 1 ;y 2
2021-02-09 13:06:55 -05:00
2021-02-14 20:00:17 -05:00
|0100 @RESET
2021-02-14 14:51:36 -05:00
2021-02-14 23:23:00 -05:00
#12 #34 WSR2
,test JSR
2021-02-14 13:22:42 -05:00
2021-02-14 14:51:36 -05:00
BRK
2021-02-14 13:22:42 -05:00
2021-02-14 23:23:00 -05:00
@test
RTS
2021-02-14 20:00:17 -05:00
|c000 @FRAME BRK
2021-02-05 14:57:37 -05:00
|d000 @ERROR BRK
2021-02-05 14:57:37 -05:00
|FFFA .RESET .FRAME .ERROR