mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-12 17:25:05 +00:00
20 lines
256 B
Text
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
|