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

Go to the source code of this file.

Functions

void end_loop_until (Environment *_environment, char *_expr)
 Emit ASM code for ... LOOP.

Function Documentation

◆ end_loop_until()

void end_loop_until ( Environment * _environment,
char * _expr )

Emit ASM code for ... LOOP.

This function outputs the code to implement the end of loop, by defining the last point of the loop.

Parameters
_environmentCurrent calling environment

Definition at line 49 of file end_loop_until.c.