|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | movement (Environment *_environment, char *_identifier, char *_atlas, char *_prefix) |
| Emit code for MOVEMENT .... | |
| void movement | ( | Environment * | _environment, |
| char * | _identifier, | ||
| char * | _atlas, | ||
| char * | _prefix ) |
Emit code for MOVEMENT ....
| _environment | Current calling environment |
| _name | Name of the procedure |
Definition at line 123 of file movement.c.