|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | rotate_vector (Environment *_environment, char *_v, char *_a) |
| Emit ASM code to implement CREATE PATH command. | |
| Variable * rotate_vector | ( | Environment * | _environment, |
| char * | _v, | ||
| char * | _a ) |
Emit ASM code to implement CREATE PATH command.
| _environment | Current calling environment |
| _x | Left abscissa of the line |
| _y | Left ordinate of the line |
Definition at line 67 of file rotate_vector.c.