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

Go to the source code of this file.

Functions

Variabletile_get_first (Environment *_environment, char *_tile)
 Emit code for TILE FIRST(...).

Function Documentation

◆ tile_get_first()

Variable * tile_get_first ( Environment * _environment,
char * _tile )

Emit code for TILE FIRST(...).

Parameters
_environmentCurrent calling environment
_imageImage to measure.
Returns
The starting tile of the image

Definition at line 65 of file tile_get_first.c.