mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-26 08:29:34 +00:00
Merge pull request #58 from ksherlock/ovr_off
qlinkgs - OVR OFF was checking for 'F' instead of 'O'.
This commit is contained in:
commit
b1867bb1e3
@ -3427,7 +3427,7 @@ ovrop ldy #$00
|
||||
and #$5f
|
||||
cmp #'A'
|
||||
beq :all
|
||||
cmp #'F'
|
||||
cmp #'O'
|
||||
beq :off
|
||||
cmp #';'
|
||||
beq :one
|
||||
|
Loading…
Reference in New Issue
Block a user