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

Go to the source code of this file.

Functions

void bitmap_disable (Environment *_environment)
 Emit ASM implementation for BITMAP DISABLE instruction.

Function Documentation

◆ bitmap_disable()

void bitmap_disable ( Environment * _environment)

Emit ASM implementation for BITMAP DISABLE instruction.

This function can be called to emit the code to disable bitmap graphics on the target machine.

Parameters
_environmentCurrent calling environment

Definition at line 68 of file bitmap_disable.c.