Dodal znak za novo vrstico v print

This commit is contained in:
Timon 2025-10-30 13:44:40 +01:00
parent d581dc20ec
commit 68665cbb5a
2 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
SIC/XE
SIC/XE

View file

@ -8,7 +8,8 @@ loop LDCH txt, X
halt J halt
txt BYTE C'SIC/XE'
txt BYTE C'SIC/XE'
BYTE 10
txtend EQU *
txtlen EQU txtend-txt