RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Represents an imported module in the module reference table. More...
#include <neexe.h>
Public Member Functions | |
ModuleReference (uint16_t name_offset, std::string name="") | |
Public Attributes | |
uint16_t | name_offset = 0 |
Offset to the module name within the imported names table. | |
std::string | name |
The name of the module, not actually used during program generation. | |
Represents an imported module in the module reference table.