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