spo/ass1/vhod_izhod/print.asm
2025-10-30 13:44:40 +01:00

16 lines
No EOL
234 B
NASM

print START 0
CLEAR X
loop LDCH txt, X
WD #0xAA
TIX #txtlen
JLT loop
halt J halt
txt BYTE C'SIC/XE'
BYTE 10
txtend EQU *
txtlen EQU txtend-txt
END print