OSGBPB: increment all three bytes of file offset.

This commit is contained in:
Bobbi Webber-Manners
2022-09-19 15:27:01 -04:00
parent d48fc89d1c
commit 9b309233ba

View File

@@ -365,6 +365,8 @@ GBPB >>> ENTMAIN
:S1 INC GBPBPTR+0 ; Increment file pointer :S1 INC GBPBPTR+0 ; Increment file pointer
BNE :S2 BNE :S2
INC GBPBPTR+1 INC GBPBPTR+1
BNE :S2
INC GBPBPTR+2
:S2 LDA GBPBNUM+0 ; Decrement number of bytes :S2 LDA GBPBNUM+0 ; Decrement number of bytes
BNE :S3 BNE :S3
LDA GBPBNUM+1 LDA GBPBNUM+1