uxn/projects/examples/blank.usm

30 lines
766 B
Plaintext
Raw Normal View History

2021-02-08 19:44:37 +00:00
( blank )
2021-02-05 18:51:45 +00:00
2021-02-27 00:53:09 +00: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 18:06:09 +00:00
&Keyboard { key 1 }
2021-02-27 00:53:09 +00:00
&Mouse { x 2 y 2 state 1 chord 1 }
2021-03-05 18:06:09 +00:00
&File { rname 2 rlen 2 rbin 2 rtxt 2 wname 2 wlen 2 wbin 2 wtxt 2 }
2021-02-11 03:05:40 +00:00
2021-02-27 19:39:12 +00: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 19:44:37 +00:00
|0100 @RESET BRK
|c000 @FRAME BRK
|d000 @ERROR BRK
2021-02-13 21:21:05 +00:00
|FF00 ;dev/console Console
|FF10 ;dev/screen Screen
|FF20 ;dev/sprite Sprite
2021-02-27 00:53:09 +00:00
|FF30 ;dev/ctrl Controller
2021-03-05 18:06:09 +00:00
|FF40 ;dev/key Keyboard
|FF50 ;dev/mouse Mouse
2021-03-05 18:06:09 +00:00
|FF60 ;dev/file File
|FFF0 .RESET .FRAME .ERROR ( vectors )
|FFF8 [ f2ac 35bb 2b53 ] ( palette )