|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | image_extract (Environment *_environment, char *_images, int _frame, int *_sequence) |
| Emit code for IMAGE(... FRAME ... STRIP ...). | |
| Variable * image_extract | ( | Environment * | _environment, |
| char * | _images, | ||
| int | _frame, | ||
| int * | _sequence ) |
Emit code for IMAGE(... FRAME ... STRIP ...).
| _environment | Current calling environment |
| _image | IMAGES/SEQUENCE variable datatype |
| _frame | Frame to extract |
| _sequence | Sequence to extract, NULL if IMAGES |
Definition at line 78 of file image_extract.c.