ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
image_load.c File Reference
#include "../../ugbc.h"
#include "../../libs/stb_image.h"
#include "../../libs/msc1.h"
#include "../../libs/rle.h"

Go to the source code of this file.

Functions

Variableimage_load (Environment *_environment, char *_filename, char *_alias, int _mode, int _flags, int _transparent_color, int _background_color, int _bank_expansion)
 Emit code for LOAD IMAGE(...).

Function Documentation

◆ image_load()

Variable * image_load ( Environment * _environment,
char * _filename,
char * _alias,
int _mode,
int _flags,
int _transparent_color,
int _background_color,
int _bank_expansion )

Emit code for LOAD IMAGE(...).

Parameters
_environmentCurrent calling environment
_filenameFilename to read into buffer
_modeMode to use to convert data

Definition at line 200 of file image_load.c.