292 switch( _variableType ) {
306 move->param1 = _address;
307 move->param2 = _value;
311 while( actual->
next ) {
312 actual = actual->
next;
void copper_store(Environment *_environment, int _address, int _value, VariableType _variableType)
void move(Environment *_environment, char *_prefix, char *_movement, char *_x, char *_y, char *_animation)
Emit code for MOVE ....
struct _CopperInstruction * next
struct _CopperInstruction * first
#define CRITICAL_STORE_WITH_NOT_ALLOWED_TYPE(t)
struct _Environment Environment
Structure of compilation environment.
#define CRITICAL_COPPER_LIST_NOT_OPENED()
enum _VariableType VariableType
Type of variables.
struct _CopperInstruction CopperInstruction
char DATATYPE_AS_STRING[][16]