mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-08 15:25:05 +00:00
33 lines
492 B
Text
33 lines
492 B
Text
|
( a blank file )
|
||
|
|
||
|
%RTN { JMP2r }
|
||
|
|
||
|
( devices )
|
||
|
|
||
|
|0100 ;Console { pad 8 char 1 byte 1 short 2 string 2 }
|
||
|
|0110 ;Screen { width 2 height 2 pad 4 x 2 y 2 color 1 }
|
||
|
|0120 ;Sprite { pad 8 x 2 y 2 addr 2 color 1 }
|
||
|
|0130 ;Controller { p1 1 }
|
||
|
|0140 ;Keys { key 1 }
|
||
|
|0150 ;Mouse { x 2 y 2 state 1 chord 1 }
|
||
|
|0160 ;File { pad 8 name 2 length 2 load 2 save 2 }
|
||
|
|01F0 ;System { pad 8 r 2 g 2 b 2 }
|
||
|
|
||
|
( vectors )
|
||
|
|
||
|
|0200 ,RESET JMP2
|
||
|
|0204 ,ERROR JMP2
|
||
|
|0208 ,FRAME JMP2
|
||
|
|
||
|
@RESET
|
||
|
|
||
|
RTN
|
||
|
|
||
|
@FRAME
|
||
|
|
||
|
RTN
|
||
|
|
||
|
@ERROR
|
||
|
|
||
|
RTN
|