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

Go to the source code of this file.

Functions

void mmob (Environment *_environment, char *_sprite, char *_sx, char *_sy, char *_zx, char *_zy, char *_gr, char *_sp)
 Emit code for MOVE ....

Function Documentation

◆ mmob()

void mmob ( Environment * _environment,
char * _sprite,
char * _sx,
char * _sy,
char * _zx,
char * _zy,
char * _gr,
char * _sp )

Emit code for MOVE ....

Parameters
_environmentCurrent calling environment
_nameName of the procedure

Definition at line 79 of file mmob.c.