bool 14 include/assemble.h bool src; /**<ソースを表示する場合はtrue */ bool 15 include/assemble.h bool label; /**<ラベル表を表示する場合はtrue */ bool 16 include/assemble.h bool onlylabel; /**<ラベル表を表示して終了する場合はtrue */ bool 17 include/assemble.h bool asdetail; /**<アセンブラ詳細結果を表示する場合はtrue */ bool 18 include/assemble.h bool onlyassemble; /**<アセンブルだけを行う場合はtrue */ bool 97 include/assemble.h bool addlabel(const char *prog, const char *label, WORD adr); bool 127 include/assemble.h bool assemblefile(const char *file, PASS pass); bool 138 include/assemble.h bool assemble(int filec, char *filev[], WORD adr); bool 103 include/monitor.h bool getbps(WORD adr); bool 112 include/monitor.h bool addbps(WORD adr); bool 122 include/monitor.h bool delbps(WORD adr); bool 137 include/struct.h bool stop; /**<終了フラグ */ bool 138 include/struct.h bool started; /**<開始済みフラグ */ bool 147 include/struct.h bool trace; /**<レジストリの内容をステップごとに表示する場合はtrue */ bool 148 include/struct.h bool logical; /**<レジストリの内容を論理値(0から65535)で表示する場合はtrue */ bool 149 include/struct.h bool dump; /**<メモリの内容をステップごとに表示する場合はtrue */ bool 152 include/struct.h bool reverse; /**<逆アセンブルの結果をステップごとに表示する場合はtrue */ bool 153 include/struct.h bool monitor; /**<モニターモードの場合はtrue */ bool 154 include/struct.h bool step; /**<ステップ実行の場合はtrue */ bool 208 include/struct.h bool create_cmdtable(CMDTAB_HASH hash); bool 224 include/struct.h bool code_gr_valid(WORD code); bool 50 include/word.h void print_dumpword(WORD word, bool logicalmode); bool 44 src/assemble.c WORD grword(const char *str, bool is_x); bool 72 src/assemble.c void writestr(const char *str, bool literal, PASS pass); bool 217 src/assemble.c bool casl2cmd(CMD *cmdtbl, const CMDLINE *cmdl, PASS pass); bool 227 src/assemble.c bool assemble_comet2cmd(const CMDLINE *cmdl, PASS pass); bool 237 src/assemble.c bool assembletok(const CMDLINE *cmdl, PASS pass); bool 249 src/assemble.c bool assembleline(const char *line, PASS pass); bool 322 src/assemble.c WORD grword(const char *str, bool is_x) bool 372 src/assemble.c void writestr(const char *str, bool literal, PASS pass) bool 375 src/assemble.c bool lw = false; bool 555 src/assemble.c bool casl2cmd(CMD *cmdtbl, const CMDLINE *cmdl, PASS pass) bool 569 src/assemble.c bool assemble_comet2cmd(const CMDLINE *cmdl, PASS pass) bool 659 src/assemble.c bool assembletok(const CMDLINE *cmdl, PASS pass) bool 677 src/assemble.c bool assembleline(const char *line, PASS pass) bool 680 src/assemble.c bool stat = true; bool 711 src/assemble.c bool assemblefile(const char *file, PASS pass) bool 739 src/assemble.c bool assemble(int filec, char *filev[], WORD adr) bool 744 src/assemble.c bool stat = false; bool 77 src/cmem.c bool quoting = false; bool 174 src/disassemble.c bool inprogram = true; bool 26 src/dumpword.c bool logicalmode = false; /* レジストリの内容を論理値(0から65535)で表示する場合はtrue */ bool 306 src/exec.c void addl_gr(WORD r, WORD val, bool add) bool 106 src/label.c bool addlabel(const char *prog, const char *label, WORD adr) bool 29 src/monitor.c bool getbps(WORD adr) bool 41 src/monitor.c bool addbps(WORD adr) bool 61 src/monitor.c bool delbps(WORD adr) bool 66 src/monitor.c bool res = false; bool 186 src/monitor.c bool stracmp(char *str1, int str2c, char *str2v[]) bool 124 src/struct.c bool create_cmdtable(CMDTAB_HASH hash) bool 269 src/struct.c bool code_gr_valid(WORD code) bool 271 src/struct.c bool res = true; bool 35 src/token.c bool quoting = false; bool 137 src/word.c void print_dumpword(WORD word, bool logicalmode)