|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
Go to the source code of this file.
Functions | |
| Variable * | image_storage (Environment *_environment, char *_source_name, char *_target_name, int _mode, int _flags, int _transparent_color, int _background_color, int _bank_expansion) |
| Emit code for IMAGE ... AS .... | |
| Variable * image_storage | ( | Environment * | _environment, |
| char * | _source_name, | ||
| char * | _target_name, | ||
| int | _mode, | ||
| int | _flags, | ||
| int | _transparent_color, | ||
| int | _background_color, | ||
| int | _bank_expansion ) |
Emit code for IMAGE ... AS ....
| _environment | Current calling environment |
| _name | Name of the storage |
Definition at line 76 of file image_storage.c.