X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fexec.h;h=b38e59a060231eb9a43896ebf219c7d4bc796af4;hb=ce897094478335caf357601548af1b06cbad1188;hp=7940829cd4923b59d708b362572f0d12c559d264;hpb=2f0b91ab1a54973a084e1609b46a1432c8b8e334;p=YACASL2.git diff --git a/include/exec.h b/include/exec.h index 7940829..b38e59a 100644 --- a/include/exec.h +++ b/include/exec.h @@ -23,6 +23,8 @@ typedef struct { bool trace; /**<レジストリの内容をステップごとに表示する場合はtrue */ bool logical; /**<レジストリの内容を論理値(0から65535)で表示する場合はtrue */ bool dump; /**<メモリの内容をステップごとに表示する場合はtrue */ + int dump_start; /**<メモリの内容をステップごとに表示する場合の開始アドレス */ + int dump_end; /**<メモリの内容をステップごとに表示する場合の終了アドレス */ bool monitor; /**<モニターモードの場合はtrue */ bool step; /**<ステップ実行の場合はtrue */ } EXECMODE;