ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
next_raster.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

void next_raster (Environment *_environment)
 Emit ASM code for NEXT RASTER.

Function Documentation

◆ next_raster()

void next_raster ( Environment * _environment)

Emit ASM code for NEXT RASTER.

This function outputs assembly code needed to wait for the next raster. Meanwhile, the execution of the main code will resume where it left off.

Parameters
_environmentCurrent calling environment

Definition at line 50 of file next_raster.c.