|
BBC Micro C library
|
#include <os.h>
Data Fields | |
| int32_t | file_name: 16 |
| int32_t | load_address: 32 |
| int32_t | exec_address: 32 |
| int32_t | start_address: 32 |
| int32_t | end_address: 32 |
Parameter block to be passed to osfile calls
| int32_t osfile_parameterblock_s::end_address |
End address of data for save, file attributes otherwise
| int32_t osfile_parameterblock_s::exec_address |
Execution address of the file
| int32_t osfile_parameterblock_s::file_name |
Address of filename, terminated by 0x0D
| int32_t osfile_parameterblock_s::load_address |
Load address of the file
| int32_t osfile_parameterblock_s::start_address |
Start address of data for save, length of file otherwise
1.8.13