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

Go to the source code of this file.

Functions

Variablecreate_vector (Environment *_environment, char *_x, char *_y)
 Emit ASM code to implement CREATE PATH command.

Function Documentation

◆ create_vector()

Variable * create_vector ( Environment * _environment,
char * _x,
char * _y )

Emit ASM code to implement CREATE PATH command.

Parameters
_environmentCurrent calling environment
_xLeft abscissa of the line
_yLeft ordinate of the line

Definition at line 68 of file create_vector.c.