|

eMail Me
Note: You must add uk to the end of the address, it's to help prevent spam.
|
My BASIC Notes
Files
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 |
|
|
|