|

eMail
email5-commodorecheetah.co.uk
Note: You will need to replace the '-' with the
@ symbol.
This is to minimize spam.
|
|
My BASIC Quick
Reference Guide
|
|
File
PRG
| FIRST SECTOR |
| BYTE |
DESCRIPTION |
| 0 |
Pointer to next Track (0 indicates last
block) |
| 1 |
Pointer to next Sector (contains pointer
to last byte used if this is the last block) |
| 2 |
Load address of the program (Low byte) |
| 3 |
Load address of the program (High byte) |
| 4-255 |
Program data stord on memery |
|
|
| REMAINING AND FINAL SECTOR |
| BYTE |
DESCRIPTION |
| 0 |
Pointer to next Track (0 indicates last
block) |
| 1 |
Pointer to next Sector (contains pointer
to last byte used if this is the last block) |
| 2-255 |
Program data stord on memery |
|
|
| ALL BUT FINAL SECTOR |
| BYTE |
DESCRIPTION |
| 0 |
Pointer to next Track (0 indicates last
block) |
| 1 |
Pointer to next Sector (contains pointer
to last byte used if this is the last block) |
| 2-255 |
Data bytes |
|
|
|
|