TR-DOS filesystem: Difference between revisions

Jump to navigation Jump to search
Line 33: Line 33:
| 2
| 2
|
|
* Basic (B) files: Total file size including variables (But minus the bytes at the end containing the start line)  
* BASIC (B) files: Total file size including variables (But minus the bytes at the end containing the start line)  
* Data (D) files:  byte[0x09], 1x1yyyyy where x=0 for character arrays and x=1 for numeric arrays and y is undefined.
* DATA (D) files:  byte[0x09], 1x1yyyyy where x=0 for character arrays and x=1 for numeric arrays and y is undefined.
* Code (C) files: File start address little-endian format
* CODE (C) files: File start address little-endian format
* Stream/other (#/?) files: not used
* Stream/other (#/?) files: not used
|-
|-
Line 41: Line 41:
| 0x0b
| 0x0b
| 2
| 2
| File length in bytes
| for BASIC (b) files, start of the variables area within the file. All other files: file length.
|-
|-
| 13
| 13
90

edits

Navigation menu