ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
every_gosub.c File Reference
#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 ....

Function Documentation

◆ 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.

Parameters
_environment
_timing
_label

Definition at line 55 of file every_gosub.c.