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

30 lines
340 B
Text

( blank project )
;variable1
:constant1 9abc
|0100 ( -------------------------------- )
@RESET
,abcd
BRK ( RESET-END )
|c000 ( -------------------------------- )
@FRAME ( FRAME-START )
,abcd
BRK ( FRAME-END )
|d000 ( -------------------------------- )
@ERROR BRK
|FFFA ( -------------------------------- )
.RESET
.FRAME
.ERROR