v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
Functions
codegen.h File Reference

Assembly language generation, optimization, and manipulation. More...

#include <stdio.h>
#include <ld6502/object.h>
#include <as6502/symbols.h>

Go to the source code of this file.

Functions

as6502_tokenas6502_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.
 

Detailed Description

Assembly language generation, optimization, and manipulation.