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

Go to the source code of this file.

Functions

void movement (Environment *_environment, char *_identifier, char *_atlas, char *_prefix)
 Emit code for MOVEMENT ....

Function Documentation

◆ movement()

void movement ( Environment * _environment,
char * _identifier,
char * _atlas,
char * _prefix )

Emit code for MOVEMENT ....

Parameters
_environmentCurrent calling environment
_nameName of the procedure

Definition at line 123 of file movement.c.