Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v1.5.4) |
Added another table with further breakdown of fields. |
||
Line 9:
! Offset !! Byte<br />size !! Contents
|-
|
|align=right| 1 || Drive number — 0 for default, 1 for A:, 2 for B:, ...
|-
|
|align=right| 8
|rowspan=2| File name and [[Filename extension|extension]] — together these form a [[8.3 filename|8.3 file name]].
|-
|
|align=right| 3
|-
|
|align=right| 20 || Implementation dependent — should be initialised to zero before the FCB is opened.
|-
|
|align=right| 1 || Record number in the current section of the file — used when performing [[sequential access]].
|-
|
|align=right| 3 || Record number to use when performing [[random access]].
|}
The 20-byte-long field starting at offset 0x0C contained fields which (among others) provided further information about the file:
{|class="wikitable"
|-
! Offset !! Byte<br />size !! Contents
|-
| 0x0E
|align=right| 2 || File's record length in bytes.
|-
| 0x10
|align=right| 4 || Total file size in bytes.
|-
| 0x14
|align=right| 2 || Date of last modification to file contents.
|}
|