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

Go to the source code of this file.

Functions

void return_label (Environment *_environment)
 Emit ASM code for RETURN.

Function Documentation

◆ return_label()

void return_label ( Environment * _environment)

Emit ASM code for RETURN.

This function can be used to issue a code equivalent to the return from a conditional jump.

Parameters
_environmentCurrent calling environment

Definition at line 71 of file return.c.