62 char positionlo[
MAX_TEMPORARY_STORAGE]; sprintf( positionlo,
"#$%2.2x", (
unsigned char) ( _position & 0xff ) );
63 char positionhi[
MAX_TEMPORARY_STORAGE]; sprintf( positionhi,
"#$%2.2x", (
unsigned char) ( ( ( _position >> 8 ) & 0x01 ) << 8 ) );
65 ted_raster_at( _environment, _label, positionlo, positionhi );
94 ted_raster_at( _environment, _label, positionlo, positionhi );
Variable * variable_retrieve(Environment *_environment, char *_name)
char * address_displacement(Environment *_environment, char *_address, char *_displacement)
void raster_at_var(Environment *_environment, char *_label, char *_position)
Emit ASM code for RASTER AT [expression] WITH label.
void raster_at(Environment *_environment, char *_label, int _position)
Emit ASM code for RASTER AT [int] WITH [label].
void ted_raster_at(Environment *_environment, char *_label, char *_positionlo, char *_positionhi)
TED: emit code to set raster irq
#define MAX_TEMPORARY_STORAGE
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.