uxn/examples/core.usm

29 lines
265 B
Plaintext

( define some variables in the zero-page )
;var1
;var2
@0100
:RESET ( --- )
,1234
BRK
@c000 ( much further.. )
:FRAME ( --- )
,ab ,0008 str
BRK
@d000 ( further still.. )
:ERROR ( --- )
,cdef
BRK
@FFFA ( vectors, last 3 shorts )
.RESET
.FRAME
.ERROR