|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | color_get_vars (Environment *_environment, char *_index) |
| Emit ASM code for instruction = COLOR( [int] ). | |
| Variable * color_get_vars | ( | Environment * | _environment, |
| char * | _index ) |
Emit ASM code for instruction = COLOR( [int] ).
This function outputs the ASM code to get the color index, among those available.
| _environment | Current calling environment |
| _index | Index of the common color to set |
Definition at line 53 of file color_get.c.