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

Go to the source code of this file.

Functions

void screen_on (Environment *_environment)
 Emit ASM code for SCREEN ON.

Function Documentation

◆ screen_on()

void screen_on ( Environment * _environment)

Emit ASM code for SCREEN ON.

This function outputs assembly code to turn on the screen.

Parameters
_environmentCurrent calling environment

Definition at line 48 of file screen_on.c.