|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | point (Environment *_environment, char *_x, char *_y) |
| Emit code for POINT(...). | |
| Variable * point | ( | Environment * | _environment, |
| char * | _x, | ||
| char * | _y ) |
Emit code for POINT(...).
Emit code to get the color at a given point.
| _environment | Current calling environment |
| _x | Abscissa of the pixel. |
| _y | Coordinate of the pixel. |