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

Parameters
_environmentCurrent calling environment
_labelLabel to jump to when vertical raster reach the value given
_positionThe vertical position to wait for

Definition at line 139 of file every_gosub.c.