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

Go to the source code of this file.

Functions

void proc (Environment *_environment, char *_label)
 Emit ASM code for PROC.

Function Documentation

◆ proc()

void proc ( Environment * _environment,
char * _label )

Emit ASM code for PROC.

Parameters
_environmentCurrent calling environment

Definition at line 86 of file proc.c.