|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | get_cmove (Environment *_environment, char *_x, char *_y) |
| Emit code for = CMOVE(...,...). | |
| Variable * | get_cmove_direct (Environment *_environment, int _x, int _y) |
| Variable * get_cmove | ( | Environment * | _environment, |
| char * | _x, | ||
| char * | _y ) |
Emit code for = CMOVE(...,...).
| _environment | Current calling environment |
| _x | Column to locate to |
| _y | Row to locate to |
Definition at line 78 of file get_cmove.c.
| Variable * get_cmove_direct | ( | Environment * | _environment, |
| int | _x, | ||
| int | _y ) |
Definition at line 100 of file get_cmove.c.