void colormap_clear_with(Environment *_environment, int _foreground, int _background)
Emit ASM implementation for COLORMAP CLEAR WITH [int] ON [int] instruction.
void colormap_clear_with_vars(Environment *_environment, char *_foreground, char *_background)
Emit ASM implementation for COLORMAP CLEAR WITH [expression] ON [expression] instruction.
void colormap_clear(Environment *_environment)
Emit ASM implementation for COLORMAP CLEAR instruction.
struct _Environment Environment
Structure of compilation environment.