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

Go to the source code of this file.

Functions

void begin_do_loop (Environment *_environment)
 Emit ASM code for DO ....

Function Documentation

◆ begin_do_loop()

void begin_do_loop ( Environment * _environment)

Emit ASM code for DO ....

This function outputs the code to implement the starting point of a DO...LOOP loop.

Parameters
_environmentCurrent calling environment

Definition at line 131 of file begin_do_loop.c.