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

Go to the source code of this file.

Functions

void gr_locate (Environment *_environment, char *_x, char *_y)
 Emit code for GR LOCATE command.

Function Documentation

◆ gr_locate()

void gr_locate ( Environment * _environment,
char * _x,
char * _y )

Emit code for GR LOCATE command.

Parameters
_environmentCurrent calling environment
_xAbscissa of current graphic location
_yOrdinate of current graphic location

Definition at line 89 of file gr.c.