64 yield( _environment );
void cpu_label(Environment *_environment, char *_label)
void cpu_compare_and_branch_8bit_const(Environment *_environment, char *_source, int _destination, char *_label, int _positive)
CPU 6309: emit code to compare two 8 bit values and jump if they are equal/different
Variable * variable_retrieve(Environment *_environment, char *_name)
void end_loop_until(Environment *_environment, char *_expr)
Emit ASM code for ... LOOP.
#define MAX_TEMPORARY_STORAGE
void loop(Environment *_environment, char *_label)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
#define CRITICAL_LOOP_WITHOUT_DO()
struct _Loop Loop
Structure of a single loop.
void yield(Environment *_environment)
Emit code for YIELD.