|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | create_vector (Environment *_environment, char *_x, char *_y) |
| Emit ASM code to implement CREATE PATH command. | |
| Variable * create_vector | ( | Environment * | _environment, |
| char * | _x, | ||
| char * | _y ) |
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 68 of file create_vector.c.