ddb - update pcobjptr after each item.

This commit is contained in:
Kelvin Sherlock 2020-10-11 20:41:36 -04:00
parent 0976282d81
commit 4a380871cd
1 changed files with 4 additions and 0 deletions

View File

@ -2527,6 +2527,10 @@ ddbop ldx #$00
jsr putbyte
lda passnum
beq :jmp
lda objptr
sta pcobjptr
lda objptr+2
sta pcobjptr+2
lda modeflag
bit #relflag
beq :jmp