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

Go to the source code of this file.

Functions

void halt (Environment *_environment)
 Emit ASM code for HALT.

Function Documentation

◆ halt()

void halt ( Environment * _environment)

Emit ASM code for HALT.

This function outputs the indefinite stop code. Note that even if the main program is suspended indefinitely, the raster and other functions will continue without problems.

Parameters
_environmentCurrent calling environment

Definition at line 74 of file halt.c.