|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | end_gameloop (Environment *_environment) |
| Emit ASM code for END GAMELOOP. | |
| void end_gameloop | ( | Environment * | _environment | ) |
Emit ASM code for END GAMELOOP.
This function is called to emit the code necessary to define the ending point of a game loop.
| _environment | Current calling environment |
| EXIT_FAILURE | "Cannot call END GAMELOOP without BEGIN GAMELOOP" |
Definition at line 67 of file end_gameloop.c.