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

Go to the source code of this file.

Functions

Variableget_cmove (Environment *_environment, char *_x, char *_y)
 Emit code for = CMOVE(...,...).
Variableget_cmove_direct (Environment *_environment, int _x, int _y)

Function Documentation

◆ get_cmove()

Variable * get_cmove ( Environment * _environment,
char * _x,
char * _y )

Emit code for = CMOVE(...,...).

Parameters
_environmentCurrent calling environment
_xColumn to locate to
_yRow to locate to

Definition at line 78 of file get_cmove.c.

◆ get_cmove_direct()

Variable * get_cmove_direct ( Environment * _environment,
int _x,
int _y )

Definition at line 100 of file get_cmove.c.