|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | bank_set (Environment *_environment, int _bank) |
| Emit ASM code for instruction BANK .... | |
| void | bank_set_var (Environment *_environment, char *_bank) |
| Emit ASM code for instruction BANK .... | |
| void bank_set | ( | Environment * | _environment, |
| int | _bank ) |
Emit ASM code for instruction BANK ....
This function outputs the ASM code to set the current expansion bank index.
| _environment | Current calling environment |
| _bank | Bank to select |
Definition at line 46 of file bank_set.c.
| void bank_set_var | ( | Environment * | _environment, |
| char * | _bank ) |
Emit ASM code for instruction BANK ....
This function outputs the ASM code to set the current expansion bank index.
| _environment | Current calling environment |
| _bank | Bank to select |
Definition at line 61 of file bank_set.c.