YACASL2
Data Fields
EXECMODE Struct Reference

実行モードを表すデータ型 More...

#include <struct.h>

Collaboration diagram for EXECMODE:

Data Fields

bool trace
 
bool logical
 
bool dump
 
int dump_start
 
int dump_end
 
bool monitor
 
bool step
 

Detailed Description

実行モードを表すデータ型

Definition at line 141 of file struct.h.

Field Documentation

◆ dump

bool EXECMODE::dump

メモリの内容をステップごとに表示する場合はtrue

Definition at line 144 of file struct.h.

◆ dump_end

int EXECMODE::dump_end

メモリの内容をステップごとに表示する場合の終了アドレス

Definition at line 146 of file struct.h.

◆ dump_start

int EXECMODE::dump_start

メモリの内容をステップごとに表示する場合の開始アドレス

Definition at line 145 of file struct.h.

◆ logical

bool EXECMODE::logical

レジストリの内容を論理値(0から65535)で表示する場合はtrue

Definition at line 143 of file struct.h.

◆ monitor

bool EXECMODE::monitor

モニターモードの場合はtrue

Definition at line 147 of file struct.h.

◆ step

bool EXECMODE::step

ステップ実行の場合はtrue

Definition at line 148 of file struct.h.

◆ trace

bool EXECMODE::trace

レジストリの内容をステップごとに表示する場合はtrue

Definition at line 142 of file struct.h.


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