This commit is contained in:
zanostro 2025-11-11 11:03:46 +01:00
parent 3332b2971b
commit 483a16c194
6 changed files with 122 additions and 1 deletions

16
rutine.asm Normal file
View file

@ -0,0 +1,16 @@
.code
rutina START 0
LDCH #95
JSUB print
halt J halt
END rutina
print WD #1
RSUB
.data