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