mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-03 22:30:09 +00:00
Fixed typos in mainmem.fsequ.s
This commit is contained in:
parent
683d0ebc56
commit
ef268047a6
@ -18,13 +18,13 @@ MOSFILE EQU MOSFILE1
|
|||||||
|
|
||||||
* Control block for OSGBPB
|
* Control block for OSGBPB
|
||||||
GBPBBLK EQU $0382
|
GBPBBLK EQU $0382
|
||||||
GBPBHDL EQU $GBPBBLK+0 ; File handle
|
GBPBHDL EQU GBPBBLK+0 ; File handle
|
||||||
GBPBDAT EQU $GBPBBLK+1 ; Pointer to data
|
GBPBDAT EQU GBPBBLK+1 ; Pointer to data (4 bytes)
|
||||||
GBPBNUM EQU $GBPBBLK+5 ; Num bytes to transfer
|
GBPBNUM EQU GBPBBLK+5 ; Num bytes to transfer (4 bytes)
|
||||||
GBPBPTR EQU $GBPBBLK+9 ; File pointer
|
GBPBPTR EQU GBPBBLK+9 ; File pointer (4 bytes)
|
||||||
GBPBEND EQU GBPBBLK+12
|
|
||||||
* $038F ; $2F bytes here
|
* $038F ; $2F bytes here
|
||||||
*
|
|
||||||
* Control block for OSFILE
|
* Control block for OSFILE
|
||||||
FILEBLK EQU $03BE
|
FILEBLK EQU $03BE
|
||||||
FBPTR EQU FILEBLK+0 ; Pointer to name (in aux)
|
FBPTR EQU FILEBLK+0 ; Pointer to name (in aux)
|
||||||
|
Loading…
Reference in New Issue
Block a user