Sam popravu formating v print in text
This commit is contained in:
parent
c305a8bdb4
commit
b35ff88e19
2 changed files with 10 additions and 10 deletions
|
|
@ -2,15 +2,15 @@ print START 0
|
|||
CLEAR X
|
||||
|
||||
loop LDCH txt, X
|
||||
WD #0xAA
|
||||
TIX #txtlen
|
||||
JLT loop
|
||||
WD #0xAA
|
||||
TIX #txtlen
|
||||
JLT loop
|
||||
|
||||
halt J halt
|
||||
halt J halt
|
||||
|
||||
txt BYTE C'SIC/XE'
|
||||
BYTE 10
|
||||
txtend EQU *
|
||||
txtlen EQU txtend-txt
|
||||
txtend EQU *
|
||||
txtlen EQU txtend-txt
|
||||
|
||||
END print
|
||||
END print
|
||||
|
|
@ -9,7 +9,7 @@ text START 0
|
|||
LDCH #97
|
||||
+STCH #0xb801
|
||||
|
||||
halt J halt
|
||||
halt J halt
|
||||
|
||||
screenp WORD 0xb800
|
||||
END text
|
||||
screenp WORD 0xb800
|
||||
END text
|
||||
Loading…
Add table
Add a link
Reference in a new issue