init repo with 99 bottles of beer and help tals

This commit is contained in:
Travis Shears 2024-07-12 16:17:36 +02:00
commit 06daa57ba5
4 changed files with 47 additions and 0 deletions

22
99_bottles.tal Normal file
View file

@ -0,0 +1,22 @@
|0100
;bottles-of-beer print
;on-the-wall print
;bottles-of-beer print
BRK
%SP { 20 }
@bottles-of-beer "99_bottles_of_beer 00
@on-the-wall "on_the_wall 00
@take-one-down "take_one_down,_pass_it_around 00
@print ( str* -: )
( LDAk LIT "_ NEQk ?print/space )
LDAk #18 DEO
INC2 LDAk ?print
( print newline )
#0a #18 DEO
POP2 JMP2r