mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-08 23:35:05 +00:00
21 lines
256 B
Text
21 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
|