mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-08-10 06:24:58 +00:00
OSGBPB: increment all three bytes of file offset.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user