ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
_CopperList Struct Reference

#include <ugbc.h>

Data Fields

char * name
int mode
struct _CopperInstructionfirst
struct _CopperListnext

Detailed Description

Definition at line 2250 of file ugbc.h.

Field Documentation

◆ first

struct _CopperInstruction* first

Definition at line 2254 of file ugbc.h.

◆ mode

int mode

Definition at line 2253 of file ugbc.h.

◆ name

char* name

Definition at line 2252 of file ugbc.h.

◆ next

struct _CopperList* next

Definition at line 2255 of file ugbc.h.


The documentation for this struct was generated from the following file: