0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-12 17:25:05 +00:00
uxn/examples/pixel.usm
2021-02-09 10:06:55 -08:00

20 lines
256 B
Text

( hello world )
:stdr FFF0
:stdw FFF1
:ppur FFF2
:ppuw FFF3
|0100 @RESET
,11 ,ppuw STR ( x0 )
,23 ,ppuw STR ( x1 )
,12 ,ppuw STR ( y0 )
,34 ,ppuw STR ( y1 )
,01 ,ppuw STR ( clr )
BRK
|c000 @FRAME BRK
|d000 @ERROR BRK
|FFFA .RESET .FRAME .ERROR