|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | cmove_direct (Environment *_environment, int _dx, int _dy) |
| void | cmove (Environment *_environment, char *_dx, char *_dy) |
| Emit code for CMOVE. | |
| void cmove | ( | Environment * | _environment, |
| char * | _dx, | ||
| char * | _dy ) |
| void cmove_direct | ( | Environment * | _environment, |
| int | _dx, | ||
| int | _dy ) |