uxn/projects/examples/devices/console.tal

19 lines
208 B
Tal
Raw Normal View History

2021-04-21 12:09:18 -04:00
( dev/console )
2021-02-20 18:00:34 -05:00
2022-01-01 18:20:48 -05:00
%HALT { #010f DEO }
%EMIT { #18 DEO }
2021-04-21 12:48:04 -04:00
( init )
2021-04-21 12:48:04 -04:00
|0100 ( -> )
2021-02-20 18:00:34 -05:00
2021-07-28 18:41:07 -04:00
;hello-word
2021-08-08 13:21:58 -04:00
&while
2022-01-01 18:20:48 -05:00
( send ) LDAk EMIT
2021-08-17 22:40:07 -04:00
INC2 LDAk ,&while JCN
2021-05-17 18:13:46 -04:00
POP2
2022-01-01 18:20:48 -05:00
( stop ) HALT
2021-07-28 18:41:07 -04:00
2021-05-13 11:47:18 -04:00
BRK
2021-02-20 18:00:34 -05:00
2022-01-01 18:24:18 -05:00
@hello-word "Hello 20 "Uxn! $1