libww libww
WWitch compatibility library for the Wonderful toolchain
Loading...
Searching...
No Matches
IlibIL Struct Reference

#include <indirect.h>

Data Fields

IL super
IL_FUNCTION int(* _open )(const char __far *name, IL __far *buffer)
IL_FUNCTION int(* _open_system )(const char __far *name, IL __far *buffer)

Detailed Description

Definition at line 37 of file indirect.h.

Field Documentation

◆ _open

IL_FUNCTION int(* _open) (const char __far *name, IL __far *buffer)

Load the specified IL from /rom0 or /kern. The IL header is copied to the provided buffer with addresses appropriately relocated to match the IL's location in ROM.

Parameters
nameThe name of the IL to load.
bufferThe buffer to store the relocated IL header in.

Definition at line 48 of file indirect.h.

◆ _open_system

IL_FUNCTION int(* _open_system) (const char __far *name, IL __far *buffer)

Load the specified IL from /kern only (system ILs only). The IL header is copied to the provided buffer with addresses appropriately relocated to match the IL's location in ROM.

Parameters
nameThe name of the IL to load.
bufferThe buffer to store the relocated IL header in.

Definition at line 58 of file indirect.h.

◆ super

IL super

Definition at line 38 of file indirect.h.


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