|
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_size (Environment *_environment, int _bank) |
| Emit ASM code for instruction = BANK SIZE( ). | |
| Variable * | bank_get_size_var (Environment *_environment, char *_bank) |
| Emit ASM code for instruction = BANK SIZE( ). | |
| Variable * bank_get_size | ( | Environment * | _environment, |
| int | _bank ) |
Emit ASM code for instruction = BANK SIZE( ).
This function outputs the ASM code to get the size of the shared memory for the given bank.
| _environment | Current calling environment |
| _bank | Bank to get size of |
Definition at line 68 of file bank_get_size.c.
| Variable * bank_get_size_var | ( | Environment * | _environment, |
| char * | _bank ) |
Emit ASM code for instruction = BANK SIZE( ).
This function outputs the ASM code to get the resident memory address for the given bank.
| _environment | Current calling environment |
| _bank | Bank to get address of |
Definition at line 92 of file bank_get_size.c.