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

Go to the source code of this file.

Functions

void paint_vars (Environment *_environment, char *_x, char *_y, char *_c, char *_b)
 Emit ASM code for PAIN.

Function Documentation

◆ paint_vars()

void paint_vars ( Environment * _environment,
char * _x,
char * _y,
char * _c,
char * _b )

Emit ASM code for PAIN.

Parameters
_environmentCurrent calling environment
_addressExpression with the location to write to.
_valueExpression to write.

Definition at line 99 of file paint.c.