|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | next_raster (Environment *_environment) |
| Emit ASM code for 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.
| _environment | Current calling environment |
Definition at line 72 of file next_raster.c.