v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
|
Functions | |
as6502_token * | as6502_resolveArithmeticInExpression (as6502_token *head) |
Resolves arithmetical operations down to their literal result. | |
void | as6502_processObjectDirectiveInExpression (ld6502_object *obj, int *currentBlob, as6502_token *head) |
Automatically processes any dot directive in a given line and updates an ld6502_object_context. | |