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

Go to the source code of this file.

Functions

void error (Environment *_environment, char *_message)
 Emit ASM code for ERROR.

Function Documentation

◆ error()

void error ( Environment * _environment,
char * _message )

Emit ASM code for ERROR.

This function will stop completely everything.

Parameters
_environmentCurrent calling environment

Definition at line 73 of file error.c.