void cpu_addressof_16bit(Environment *_environment, char *_source, char *_destination)
Variable * variable_retrieve(Environment *_environment, char *_name)
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
Variable * varptr(Environment *_environment, char *_name)
Emit code for function = VARPTR( ... ).