|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | bitmap_disable (Environment *_environment) |
| Emit ASM implementation for BITMAP DISABLE instruction. | |
| void bitmap_disable | ( | Environment * | _environment | ) |
Emit ASM implementation for BITMAP DISABLE instruction.
This function can be called to emit the code to disable bitmap graphics on the target machine.
| _environment | Current calling environment |
Definition at line 55 of file bitmap_disable.c.