37#if defined(__coco__) || defined(__d32__) || defined(__d64__)
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
Variable * variable_store(Environment *_environment, char *_destination, unsigned int _value)
Store a direct value to a variable.
Variable * bank_get_count(Environment *_environment)
Emit ASM code for instruction = BANK COUNT.
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
struct _Bank Bank
Structure of a single bank.