|
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_count (Environment *_environment) |
| Emit ASM code for instruction = BANK COUNT. | |
| Variable * bank_get_count | ( | Environment * | _environment | ) |
Emit ASM code for instruction = BANK COUNT.
This function outputs the ASM code to get the resident memory number of banks.
| _environment | Current calling environment |
Definition at line 48 of file bank_get_count.c.