BBC Micro C library
Data Fields
osfile_parameterblock_s Struct Reference

#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
 

Detailed Description

Parameter block to be passed to osfile calls

Field Documentation

◆ end_address

int32_t osfile_parameterblock_s::end_address

End address of data for save, file attributes otherwise

◆ exec_address

int32_t osfile_parameterblock_s::exec_address

Execution address of the file

◆ file_name

int32_t osfile_parameterblock_s::file_name

Address of filename, terminated by 0x0D

◆ load_address

int32_t osfile_parameterblock_s::load_address

Load address of the file

◆ start_address

int32_t osfile_parameterblock_s::start_address

Start address of data for save, length of file otherwise


The documentation for this struct was generated from the following file: