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

Go to the source code of this file.

Functions

Variabletravel_path (Environment *_environment, char *_p, char *_x, char *_y, char *_times, char *_limited)
 Emit ASM code to implement TRAVEL PATH command.

Function Documentation

◆ travel_path()

Variable * travel_path ( Environment * _environment,
char * _p,
char * _x,
char * _y,
char * _times,
char * _limited )

Emit ASM code to implement TRAVEL PATH command.

Parameters
_environmentCurrent calling environment
_pPath
_x1Left abscissa of the line
_y1Left ordinate of the line

Definition at line 104 of file travel_path.c.