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

Go to the source code of this file.

Functions

void tilemap_disable (Environment *_environment)
 Emit ASM implementation for TEXT DISABLE instruction.

Function Documentation

◆ tilemap_disable()

void tilemap_disable ( Environment * _environment)

Emit ASM implementation for TEXT DISABLE instruction.

This function can be called to emit the code to disable text mode on the target machine.

Parameters
_environmentCurrent calling environment

Definition at line 64 of file tilemap_disable.c.