You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
208 B

( 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