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
1 changed files with 2 additions and 0 deletions

View File

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