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

Go to the source code of this file.

Functions

void defdgr_vars (Environment *_environment, char *_character, char *_b0, char *_b1, char *_b2, char *_b3, char *_b4, char *_b5, char *_b6, char *_b7)
 Emit code for DATA instruction (numeric values).

Function Documentation

◆ defdgr_vars()

void defdgr_vars ( Environment * _environment,
char * _character,
char * _b0,
char * _b1,
char * _b2,
char * _b3,
char * _b4,
char * _b5,
char * _b6,
char * _b7 )

Emit code for DATA instruction (numeric values).

Parameters
_environmentCurrent calling environment
_valueNumeric value to store

Definition at line 94 of file defdgr.c.