37#if defined(__coleco__) || defined(__cpc__) || defined(__sc3000__) || defined(__sg1000__) || defined(__vg5000__) || defined(__zx__) || defined(__vz200__)
void cpu_addressof_16bit(Environment *_environment, char *_source, char *_destination)
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
Variable * bank_get_address_var(Environment *_environment, char *_bank)
Emit ASM code for instruction = BANK ADDRESS( ).
Variable * bank_get_address(Environment *_environment, int _bank)
Emit ASM code for instruction = BANK ADDRESS( ).
Variable * banks_get_address_var(Environment *_environment, char *_bank)
char * banks_get_address(Environment *_environment, int _bank)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.