YACASL2
Data Fields
ASMODE Struct Reference

アセンブルモードを表すデータ型 More...

#include <assemble.h>

Collaboration diagram for ASMODE:

Data Fields

bool src
 
bool label
 
bool onlylabel
 
bool asdetail
 
bool onlyassemble
 

Detailed Description

アセンブルモードを表すデータ型

Definition at line 18 of file assemble.h.

Field Documentation

◆ asdetail

bool ASMODE::asdetail

アセンブラ詳細結果を表示する場合はtrue

Definition at line 22 of file assemble.h.

◆ label

bool ASMODE::label

ラベル表を表示する場合はtrue

Definition at line 20 of file assemble.h.

◆ onlyassemble

bool ASMODE::onlyassemble

アセンブルだけを行う場合はtrue

Definition at line 23 of file assemble.h.

◆ onlylabel

bool ASMODE::onlylabel

ラベル表を表示して終了する場合はtrue

Definition at line 21 of file assemble.h.

◆ src

bool ASMODE::src

ソースを表示する場合はtrue

Definition at line 19 of file assemble.h.


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