|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | box (Environment *_environment, char *_x1, char *_y1, char *_x2, char *_y2, char *_c, int _preserve_color) |
| Emit ASM code to implement BOX command. | |
| void box | ( | Environment * | _environment, |
| char * | _x1, | ||
| char * | _y1, | ||
| char * | _x2, | ||
| char * | _y2, | ||
| char * | _c, | ||
| int | _preserve_color ) |