|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | graphic (Environment *_environment) |
| Emit ASM implementation for GRAPHIC instruction. | |
| void graphic | ( | Environment * | _environment | ) |
Emit ASM implementation for GRAPHIC instruction.
This function is useful for quickly initializing the high resolution graphics mode. It is equivalent to running the following commands:
| _environment | Current calling environment |