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

Go to the source code of this file.

Functions

void out_var (Environment *_environment, char *_port, char *_value)
 Emit ASM code for OUT.

Function Documentation

◆ out_var()

void out_var ( Environment * _environment,
char * _port,
char * _value )

Emit ASM code for OUT.

Parameters
_environmentCurrent calling environment
_portExpression with the port to send output to
_valueExpression to send.

Definition at line 108 of file out.c.