the term | meaning |
|---|
CD buffer | A buffer that stores data read from a CD on a sector-by-sector basis. It has a capacity of 200 sectors. |
DOS file | Files on IBM-PC accessible via SCSI interface. Can be used in the debug library. |
Memory file | Files placed on SIMM. It is available in the debug library. |
Access pointer | Location to access the file (unit: sector). |
Current directory | The directory referenced when opening a file. |
Debug file | A generic term for DOS files and memory files. |
Buffer partition | A CD buffer divided into multiple logical partitions. One buffer partition is dedicated to each opened file. |
File identifier | A sequence number in the directory to identify the file. It takes a value from 0 to (number of directory records-1). However, 0 indicates your directory and 1 indicates the parent directory. |
Frame address (FAD) | A numbered frame by frame, with the absolute time 00:00:00 on the CD as 0. It corresponds to absolute time and one-to-one. Access the CD using the frame address as the key, not the absolute time. |
Main processing | A series of processes starting from CPU reset. A term for interrupt handling. |
Interrupt processing | A process that is triggered by an interrupt. A term for the main process. |