|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | end_do_loop (Environment *_environment) |
| Emit ASM code for ... LOOP. | |
| void end_do_loop | ( | Environment * | _environment | ) |
Emit ASM code for ... LOOP.
This function outputs the code to implement the end of loop, by defining the last point of the loop.
| _environment | Current calling environment |
Definition at line 49 of file end_do_loop.c.