|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | every_ticks_gosub (Environment *_environment, char *_timing, char *_label, char *_timer) |
| Emit ASM code for EVERY ... TICKS GOSUB .... | |
| void every_ticks_gosub | ( | Environment * | _environment, |
| char * | _timing, | ||
| char * | _label, | ||
| char * | _timer ) |
Emit ASM code for EVERY ... TICKS GOSUB ....
| _environment | Current calling environment |
| _label | Label to jump to when vertical raster reach the value given |
| _position | The vertical position to wait for |
Definition at line 48 of file every_gosub.c.