mirror of
https://github.com/marketideas/qasm.git
synced 2025-08-09 06:24:59 +00:00
Merge pull request #48 from ksherlock/linker-3-char-opcode
qlink iigs - truncate opcodes to 3 characters
This commit is contained in:
@@ -496,12 +496,15 @@ getopcode
|
||||
blt ]lup
|
||||
beq ]lup
|
||||
dex
|
||||
:done lda #$2020
|
||||
:done lda #$2020 ;truncate to 3 bytes max
|
||||
sta opcode+$1,Y
|
||||
sta opcode+4
|
||||
tya
|
||||
and #$1F
|
||||
sep $20
|
||||
sta opcode
|
||||
cmp #4
|
||||
bcc :3
|
||||
lda #3
|
||||
:3 sta opcode
|
||||
]flush lda linebuff,x
|
||||
cmp #' '
|
||||
bne :tya
|
||||
|
Reference in New Issue
Block a user