49 if ( _bank < 32 && _bank > 0 ) {
52 realBank = ( ( _bank & 0xfc ) << 2 ) | ( _bank & 0x03 );
56 realBank = realBank | 0x0c;
Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
void bank_set(Environment *_environment, int _bank)
Emit ASM code for instruction BANK ....
void bank_set_var(Environment *_environment, char *_bank)
Emit ASM code for instruction BANK ....
#define MAX_TEMPORARY_STORAGE
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.