ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
create_path.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

Variablecreate_path (Environment *_environment, char *_x0, char *_y0, char *_x1, char *_y1)
 Emit ASM code to implement CREATE PATH command.

Function Documentation

◆ create_path()

Variable * create_path ( Environment * _environment,
char * _x0,
char * _y0,
char * _x1,
char * _y1 )

Emit ASM code to implement CREATE PATH command.

Parameters
_environmentCurrent calling environment
_x1Left abscissa of the line
_y1Left ordinate of the line
_x2Right abscissa of the line
_y2Right ordinate of the line

Definition at line 90 of file create_path.c.