|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | screen_on (Environment *_environment) |
| Emit ASM code for SCREEN ON. | |
| void screen_on | ( | Environment * | _environment | ) |
Emit ASM code for SCREEN ON.
This function outputs assembly code to turn on the screen.
| _environment | Current calling environment |
Definition at line 48 of file screen_on.c.