0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-08 23:35:05 +00:00
uxn/examples/test.usm

20 lines
241 B
Text
Raw Normal View History

2021-02-11 03:05:40 +00:00
( my test file, junk )
2021-02-01 19:58:47 +00:00
2021-02-10 19:06:36 +00:00
:dev/r fff8 ( std read port )
:dev/w fff9 ( std write port )
2021-02-05 02:25:49 +00:00
2021-02-13 00:18:52 +00:00
;x 2
2021-02-09 05:59:46 +00:00
|0100 @RESET
2021-02-09 18:06:55 +00:00
2021-02-13 00:18:52 +00:00
,00 ,dev/w STR ( set dev/write to console )
2021-02-12 18:26:58 +00:00
2021-02-13 02:57:04 +00:00
+1234 -0012 ADD^!
2021-02-12 18:26:58 +00:00
2021-02-09 05:59:46 +00:00
BRK
2021-02-05 02:25:49 +00:00
2021-02-13 00:18:52 +00:00
2021-02-11 00:41:16 +00:00
|c000 @FRAME BRK
2021-02-05 19:57:37 +00:00
|d000 @ERROR BRK
|FFFA .RESET .FRAME .ERROR