Variable * variable_retrieve(Environment *_environment, char *_name)
void screen_rows_var(Environment *_environment, char *_rows)
Emit ASM code for SCREEN ROWS [int]x.
void screen_rows(Environment *_environment, int _rows)
Emit ASM code for SCREEN ROWS [integer].
#define MAX_TEMPORARY_STORAGE
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
void vic2_screen_rows(Environment *_environment, char *_rows)