84 outline0(
"STA COPYOFCOLORMAPADDRESS");
86 outline0(
"STA COPYOFCOLORMAPADDRESS+1");
105 outline0(
"ADC COPYOFCOLORMAPADDRESS");
106 outline0(
"STA COPYOFCOLORMAPADDRESS");
108 outline0(
"ADC COPYOFCOLORMAPADDRESS+1");
109 outline0(
"STA COPYOFCOLORMAPADDRESS+1");
116 outline0(
"BEQ lib_cline_entire_linex");
117 outline0(
"JMP lib_cline_entire_line");
119 outhead0(
"lib_cline_entire_linex:" );
125 outline0(
"ADC COPYOFTEXTADDRESS+1");
126 outline0(
"STA COPYOFTEXTADDRESS+1");
130 outline0(
"ADC COPYOFCOLORMAPADDRESS");
131 outline0(
"STA COPYOFCOLORMAPADDRESS");
133 outline0(
"ADC COPYOFCOLORMAPADDRESS+1");
134 outline0(
"STA COPYOFCOLORMAPADDRESS+1");
142 outline0(
"STA (COPYOFTEXTADDRESS),y");
166 outline0(
"LDA COPYOFTEXTADDRESS+1");
168 outline0(
"STA COPYOFTEXTADDRESS+1");
171 outline0(
"LDA COPYOFCOLORMAPADDRESS");
173 outline0(
"STA COPYOFCOLORMAPADDRESS");
174 outline0(
"LDA COPYOFCOLORMAPADDRESS+1");
176 outline0(
"STA COPYOFCOLORMAPADDRESS+1");
181 outline0(
"BEQ lib_cline_increment_xx");
182 outline0(
"JMP lib_cline_increment_x");
183 outhead0(
"lib_cline_increment_xx:");
190 outhead0(
"lib_cline_increment2_x:");
193 outline0(
"STA (COPYOFTEXTADDRESS),y");
199 outline0(
"BNE lib_cline_increment2_x");
Variable * variable_retrieve(Environment *_environment, char *_name)
char * address_displacement(Environment *_environment, char *_address, char *_displacement)
void cline(Environment *_environment, char *_characters)
Emit code for CLINE ....
void text_vscroll_screen(Environment *_environment, int _direction, int _overlap)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.