mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-23 22:35:11 +00:00
19 lines
No EOL
208 B
Tal
19 lines
No EOL
208 B
Tal
( dev/console )
|
|
|
|
%HALT { #010f DEO }
|
|
%EMIT { #18 DEO }
|
|
|
|
( init )
|
|
|
|
|0100 ( -> )
|
|
|
|
;hello-word
|
|
&while
|
|
( send ) LDAk EMIT
|
|
INC2 LDAk ,&while JCN
|
|
POP2
|
|
( stop ) HALT
|
|
|
|
BRK
|
|
|
|
@hello-word "Hello 20 "Uxn! $1 |