109 cpu_label( _environment, doNothingLabel );
void cpu_protothread_get_state(Environment *_environment, char *_index, char *_state)
void cpu_protothread_save(Environment *_environment, char *_index, int _step)
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.
Variable * respawn_procedure(Environment *_environment, char *_name)
Emit code for SPAWN ....
#define PROTOTHREAD_STATUS_ENDED
#define MAX_TEMPORARY_STORAGE
#define PROTOTHREAD_STATUS_WAITING
#define CRITICAL_CANNOT_RESPAWN_NOT_THREADID(v)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
#define CRITICAL_MULTITASKING_FORBIDDEN()