|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | new_image (Environment *_environment, int _width, int _height, int _mode) |
| Emit code for NEW IMAGE(...). | |
| Variable * new_image | ( | Environment * | _environment, |
| int | _width, | ||
| int | _height, | ||
| int | _mode ) |
Emit code for NEW IMAGE(...).
| _environment | Current calling environment |
| _width | Width of the image, in pixel |
| _height | Heigth of the image, in pixel |
| _mode | Mode to use |
Definition at line 109 of file new_image.c.