YACASL2
|
ラベル表を表すデータ型 More...
#include <assemble.h>
Data Fields | |
struct _LABELTAB * | next |
LABELARRAY * | label |
ラベル表を表すデータ型
Definition at line 57 of file assemble.h.
LABELARRAY* _LABELTAB::label |
ラベル配列
Definition at line 59 of file assemble.h.
struct _LABELTAB* _LABELTAB::next |
リスト次項目へのポインタ
Definition at line 58 of file assemble.h.