|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | create_path (Environment *_environment, char *_x0, char *_y0, char *_x1, char *_y1) |
| Emit ASM code to implement CREATE PATH command. | |
| Variable * create_path | ( | Environment * | _environment, |
| char * | _x0, | ||
| char * | _y0, | ||
| char * | _x1, | ||
| char * | _y1 ) |
Emit ASM code to implement CREATE PATH command.
| _environment | Current calling environment |
| _x1 | Left abscissa of the line |
| _y1 | Left ordinate of the line |
| _x2 | Right abscissa of the line |
| _y2 | Right ordinate of the line |
Definition at line 90 of file create_path.c.