2021-02-08 14:44:37 -05:00
|
|
|
( blank )
|
2021-02-05 13:51:45 -05:00
|
|
|
|
2021-02-26 19:53:09 -05:00
|
|
|
&Console { pad 8 stdio 1 }
|
|
|
|
&Screen { width 2 height 2 pad 4 y 2 x 2 color 1 }
|
|
|
|
&Sprite { pad 8 y 2 x 2 addr 2 color 1 }
|
|
|
|
&Controller { buttons 1 }
|
2021-03-05 13:06:09 -05:00
|
|
|
&Keyboard { key 1 }
|
2021-02-26 19:53:09 -05:00
|
|
|
&Mouse { x 2 y 2 state 1 chord 1 }
|
2021-03-05 13:06:09 -05:00
|
|
|
&File { rname 2 rlen 2 rbin 2 rtxt 2 wname 2 wlen 2 wbin 2 wtxt 2 }
|
2021-02-10 22:05:40 -05:00
|
|
|
|
2021-02-27 14:39:12 -05:00
|
|
|
&Label2d { x 2 y 2 color 1 addr 2 }
|
|
|
|
&Picture2d { x 2 y 2 width 2 height 2 color 1 addr 2 }
|
|
|
|
&Rect2d { x1 2 y1 2 x2 2 y2 2 }
|
|
|
|
&Point2d { x 2 y 2 }
|
|
|
|
|
2021-02-08 14:44:37 -05:00
|
|
|
|0100 @RESET BRK
|
|
|
|
|c000 @FRAME BRK
|
|
|
|
|d000 @ERROR BRK
|
2021-02-13 16:21:05 -05:00
|
|
|
|
2021-02-26 19:38:20 -05:00
|
|
|
|FF00 ;dev/console Console
|
|
|
|
|FF10 ;dev/screen Screen
|
|
|
|
|FF20 ;dev/sprite Sprite
|
2021-02-26 19:53:09 -05:00
|
|
|
|FF30 ;dev/ctrl Controller
|
2021-03-05 13:06:09 -05:00
|
|
|
|FF40 ;dev/key Keyboard
|
2021-02-26 19:38:20 -05:00
|
|
|
|FF50 ;dev/mouse Mouse
|
2021-03-05 13:06:09 -05:00
|
|
|
|FF60 ;dev/file File
|
2021-02-26 19:38:20 -05:00
|
|
|
|
2021-02-28 14:41:28 -05:00
|
|
|
|FFF0 .RESET .FRAME .ERROR ( vectors )
|
|
|
|
|FFF8 [ f2ac 35bb 2b53 ] ( palette )
|