41#if defined(__msx1__) || defined(__coleco__) || defined(__sc3000__) || defined(__sg1000__)
53 switch( image->
type ) {
81 #if !defined(__coleco__)
84 outline1(
"LD HL, %s", bankWindowName );
172 #if !defined(__coleco__)
175 outline1(
"LD HL, %s", bankWindowName );
265 #if !defined(__coleco__)
268 outline1(
"LD HL, %s", bankWindowName );
Variable * variable_retrieve(Environment *_environment, char *_name)
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
Variable * image_ref(Environment *_environment, char *_image)
#define MAX_TEMPORARY_STORAGE
#define CRITICAL_IMAGEREF_ON_NON_IMAGE(v)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.