37#if defined(__atari__) || defined(__atarixl__) || defined(__plus4__) || defined(__vic20__) || defined(__c16__)
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(Environment *_environment)
Emit ASM code for instruction = BANK( ).
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.