YACASL2
Loading...
Searching...
No Matches
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 13 of file assemble.h.

Field Documentation

◆ asdetail

bool ASMODE::asdetail

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

Definition at line 17 of file assemble.h.

◆ label

bool ASMODE::label

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

Definition at line 15 of file assemble.h.

◆ onlyassemble

bool ASMODE::onlyassemble

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

Definition at line 18 of file assemble.h.

◆ onlylabel

bool ASMODE::onlylabel

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

Definition at line 16 of file assemble.h.

◆ src

bool ASMODE::src

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

Definition at line 14 of file assemble.h.


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