Variable * variable_retrieve(Environment *_environment, char *_name)
void color_background_vars(Environment *_environment, char *_index, char *_background_color)
Emit ASM code for instruction COLOR BACKGROUND [expression] TO [expression].
void color_background(Environment *_environment, int _index, int _background_color)
Emit ASM code for instruction COLOR BACKGROUND [int] TO [int]x.
void gtia_background_color_vars(Environment *_environment, char *_index, char *_background_color)
GTIA: emit code to change background color
void gtia_background_color(Environment *_environment, int _index, int _background_color)
GTIA: emit code to change background color
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.