mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-27 15:29:30 +00:00
qasm (iigs): AST opcode was using the screen hole x position ($00057b)
Replaced it with _QATabToCol.
This commit is contained in:
parent
e687507a3b
commit
e8472047c5
@ -3722,14 +3722,11 @@ astop lda passnum
|
||||
lda #forwardref
|
||||
:sec1 sec
|
||||
rts
|
||||
:ok ldal tcursx
|
||||
:ok lda tabs
|
||||
and #$ff
|
||||
cmp #21
|
||||
bge :ast
|
||||
lda #' '
|
||||
jsr drawchar
|
||||
jmp :ok
|
||||
:ast lda lvalue
|
||||
pha
|
||||
_QATabToCol
|
||||
lda lvalue
|
||||
and #$00FF
|
||||
tay
|
||||
:loop lda #'*'
|
||||
|
@ -1,7 +1,5 @@
|
||||
tr on
|
||||
|
||||
tcursx equ $57b
|
||||
|
||||
true equ $FFFF
|
||||
false equ $0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user