uxn/etc/hello.tal

27 lines
279 B
Tal
Raw Normal View History

2023-08-09 02:53:23 +00:00
( init )
2024-03-27 19:11:51 +00:00
%emit ( byte -- ) { ( macro comment ) #18 DEO }
2024-03-26 20:35:37 +00:00
2023-08-09 02:53:23 +00:00
|0100 @program
#1234 SWP
#010e DEO
#010f DEO
2024-03-26 20:31:11 +00:00
2023-08-09 02:53:23 +00:00
#1234 #5678 SWP2
;hello-word
&while
2024-03-26 20:35:37 +00:00
( send ) LDAk emit
( loop ) INC2 LDAk ?&while
2023-08-09 02:53:23 +00:00
POP2
#010f DEO
2024-03-26 20:41:52 +00:00
BRK
2023-08-09 02:53:23 +00:00
2024-03-26 20:31:11 +00:00
@program/extend BRK
2023-08-09 02:53:23 +00:00
@hello-word "Hello 20 "World! 00