|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | bank_get (Environment *_environment) |
| Emit ASM code for instruction = BANK( ). | |
| Variable * bank_get | ( | Environment * | _environment | ) |
Emit ASM code for instruction = BANK( ).
This function outputs the ASM code to get the current expansion bank index.
| _environment | Current calling environment |
Definition at line 48 of file bank_get.c.