87 cpu_label( _environment, doNothingLabel );
void cpu_protothread_get_state(Environment *_environment, char *_index, char *_state)
void cpu_protothread_set_state(Environment *_environment, char *_index, int _state)
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)
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
void suspend_vars(Environment *_environment, char *_thread)
Emit code for SUSPEND ....
#define MAX_TEMPORARY_STORAGE
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
#define PROTOTHREAD_STATUS_YIELDED
#define PROTOTHREAD_STATUS_PAUSED