void cpu_store_16bit(Environment *_environment, char *_destination, int _value)
CPU 6309: emit code to store 16 bit
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
Variable * bank_get_size_var(Environment *_environment, char *_bank)
Emit ASM code for instruction = BANK SIZE( ).
Variable * bank_get_size(Environment *_environment, int _bank)
Emit ASM code for instruction = BANK SIZE( ).
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
struct _Bank Bank
Structure of a single bank.