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

Go to the source code of this file.

Functions

void move (Environment *_environment, char *_prefix, char *_movement, char *_x, char *_y, char *_animation)
 Emit code for MOVE ....

Function Documentation

◆ move()

void move ( Environment * _environment,
char * _prefix,
char * _movement,
char * _x,
char * _y,
char * _animation )

Emit code for MOVE ....

Parameters
_environmentCurrent calling environment
_nameName of the procedure

Definition at line 81 of file move.c.