0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-08 15:25:05 +00:00
uxn/examples/test.usm
2021-02-12 10:26:58 -08:00

15 lines
216 B
Text

( my test file, junk )
:dev/r fff8 ( std read port )
:dev/w fff9 ( std write port )
|0100 @RESET
,00 ,dev/w STR ( set dev/write to console )
BRK
|c000 @FRAME BRK
|d000 @ERROR BRK
|FFFA .RESET .FRAME .ERROR