|
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_address (Environment *_environment, int _bank) |
| Emit ASM code for instruction = BANK ADDRESS( ). | |
| Variable * | bank_get_address_var (Environment *_environment, char *_bank) |
| Emit ASM code for instruction = BANK ADDRESS( ). | |
| Variable * bank_get_address | ( | Environment * | _environment, |
| int | _bank ) |
Emit ASM code for instruction = BANK ADDRESS( ).
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 47 of file bank_get_address.c.
| Variable * bank_get_address_var | ( | Environment * | _environment, |
| char * | _bank ) |
Emit ASM code for instruction = BANK ADDRESS( ).
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 67 of file bank_get_address.c.