|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | travel_path (Environment *_environment, char *_p, char *_x, char *_y, char *_times, char *_limited) |
| Emit ASM code to implement TRAVEL PATH command. | |
| Variable * travel_path | ( | Environment * | _environment, |
| char * | _p, | ||
| char * | _x, | ||
| char * | _y, | ||
| char * | _times, | ||
| char * | _limited ) |
Emit ASM code to implement TRAVEL PATH command.
| _environment | Current calling environment |
| _p | Path |
| _x1 | Left abscissa of the line |
| _y1 | Left ordinate of the line |
Definition at line 104 of file travel_path.c.