void cpu_move_16bit(Environment *_environment, char *_source, char *_destination)
CPU 6309: emit code to move 16 bit
Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
void set_timer(Environment *_environment, char *_value)
Variable * get_timer(Environment *_environment)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.