|
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 ....
Emit assembly code to initialize the EVERY subsystem.
| _environment | |
| _timing | |
| _label |
Definition at line 54 of file every_gosub.c.