vaje
This commit is contained in:
parent
3332b2971b
commit
483a16c194
6 changed files with 122 additions and 1 deletions
26
vhod_izhod/print.asm
Normal file
26
vhod_izhod/print.asm
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.code
|
||||
print START 0
|
||||
|
||||
CLEAR X
|
||||
loop LDA txt, X
|
||||
COMP NULL
|
||||
JEQ halt
|
||||
WD #AA
|
||||
|
||||
|
||||
|
||||
|
||||
halt J halt
|
||||
|
||||
|
||||
.data
|
||||
|
||||
txt BYTE C'SIC/XE'
|
||||
NULL BYTE 0
|
||||
textend EQU *
|
||||
textlen EQU textend- text -1
|
||||
|
||||
|
||||
|
||||
|
||||
END print
|
||||
Loading…
Add table
Add a link
Reference in a new issue