ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
screen_off.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

void screen_off (Environment *_environment)
 Emit ASM code for SCREEN OFF.

Function Documentation

◆ screen_off()

void screen_off ( Environment * _environment)

Emit ASM code for SCREEN OFF.

This function outputs assembly code to turn off the screen.

Parameters
_environmentCurrent calling environment

Definition at line 52 of file screen_off.c.