Initial commit with working cli uxnmin.ha
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
( uxncli hello.rom )
|
||||
|
||||
|10 @Console/vector $2 &read $5 &type $1 &write $1 &error $1
|
||||
|
||||
|000
|
||||
|
||||
|
||||
|100
|
||||
|
||||
@on-reset ( -> )
|
||||
BRK
|
||||
;text
|
||||
&while ( -- )
|
||||
LDAk .Console/write DEO
|
||||
INC2 LDAk ?&while
|
||||
POP2
|
||||
BRK
|
||||
|
||||
@text "Hello $1
|
||||
Reference in New Issue
Block a user