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