YACASL2
Data Fields
LABELARRAY Struct Reference

ラベル配列を表すデータ型 More...

#include <assemble.h>

Collaboration diagram for LABELARRAY:

Data Fields

char * prog
 
char * label
 
WORD adr
 

Detailed Description

ラベル配列を表すデータ型

Definition at line 48 of file assemble.h.

Field Documentation

◆ adr

WORD LABELARRAY::adr

アドレス

Definition at line 51 of file assemble.h.

◆ label

char* LABELARRAY::label

ラベル

Definition at line 50 of file assemble.h.

◆ prog

char* LABELARRAY::prog

プログラム

Definition at line 49 of file assemble.h.


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