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

Go to the source code of this file.

Functions

void end_if_then (Environment *_environment)
 Emit ASM code for ENDIF.

Function Documentation

◆ end_if_then()

void end_if_then ( Environment * _environment)

Emit ASM code for ENDIF.

This function outputs the code to implement the end of conditional jump, by defining the last label present into the stack.

Parameters
_environmentCurrent calling environment

Definition at line 50 of file end_if_then.c.