v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
|
Functions | |
void | as6502_replaceSymbolInLineAtLocationWithText (char *line, size_t len, char *loc, const char *restrict symbol, const char *restrict text) |
Convenience function to replace a given string in another string, with its location already specified for performance. | |
int | as6502_symbolShouldBeReplacedDoubleWidth (as6502_token *instruction) |
This indicates if a symbol following an instruction should be replaced with a relative or absolute address. | |