0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-23 22:35:11 +00:00
uxn/projects/examples/devices/console.tal
2022-01-01 15:24:18 -08:00

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