mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-02-11 03:30:54 +00:00
OSGBPB: increment all three bytes of file offset.
This commit is contained in:
parent
d48fc89d1c
commit
9b309233ba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user