|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | on_scroll_gosub (Environment *_environment, int _x, int _y, char *_label) |
| Emit ASM code for ON ... GOSUB .... | |
| void on_scroll_gosub | ( | Environment * | _environment, |
| int | _x, | ||
| int | _y, | ||
| char * | _label ) |
Emit ASM code for ON ... GOSUB ....
This function outputs the code to implement the unconditional jump with returning, calculated by expression.
| _environment | Current calling environment |
| _expression | Expression with the true / false condition |
Definition at line 71 of file on_scroll_gosub.c.