bool 19 include/assemble.h bool src; /**<ソースを表示する場合はtrue */ bool 20 include/assemble.h bool label; /**<ラベル表を表示する場合はtrue */ bool 21 include/assemble.h bool onlylabel; /**<ラベル表を表示して終了する場合はtrue */ bool 22 include/assemble.h bool asdetail; /**<アセンブラ詳細結果を表示する場合はtrue */ bool 23 include/assemble.h bool onlyassemble; /**<アセンブルだけを行う場合はtrue */ bool 103 include/assemble.h bool addlabel(const char *prog, const char *label, WORD adr); bool 136 include/assemble.h bool assemblefile(const char *file, PASS pass); bool 147 include/assemble.h bool assemble(int filec, char *filev[], WORD adr); bool 13 include/disassemble.h bool disassemble_file(const char *file); 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 133 include/struct.h bool stop; /**<終了フラグ */ bool 142 include/struct.h bool trace; /**<レジストリの内容をステップごとに表示する場合はtrue */ bool 143 include/struct.h bool logical; /**<レジストリの内容を論理値(0から65535)で表示する場合はtrue */ bool 144 include/struct.h bool dump; /**<メモリの内容をステップごとに表示する場合はtrue */ bool 147 include/struct.h bool monitor; /**<モニターモードの場合はtrue */ bool 148 include/struct.h bool step; /**<ステップ実行の場合はtrue */ bool 182 include/struct.h bool create_cmdtable(CMDTAB_HASH hash); bool 53 include/word.h void print_dumpword(WORD word, bool logicalmode); bool 40 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 235 src/assemble.c bool casl2cmd(CMD *cmdtbl, const CMDLINE *cmdl, PASS pass); bool 245 src/assemble.c bool assemble_comet2cmd(const CMDLINE *cmdl, PASS pass); bool 255 src/assemble.c bool assembletok(const CMDLINE *cmdl, PASS pass); bool 267 src/assemble.c bool assembleline(const char *line, PASS pass); bool 337 src/assemble.c WORD grword(const char *str, bool is_x) bool 387 src/assemble.c void writestr(const char *str, bool literal, PASS pass) bool 390 src/assemble.c bool lw = false; bool 567 src/assemble.c bool casl2cmd(CMD *cmdtbl, const CMDLINE *cmdl, PASS pass) bool 581 src/assemble.c bool assemble_comet2cmd(const CMDLINE *cmdl, PASS pass) bool 671 src/assemble.c bool assembletok(const CMDLINE *cmdl, PASS pass) bool 689 src/assemble.c bool assembleline(const char *line, PASS pass) bool 692 src/assemble.c bool stat = true; bool 723 src/assemble.c bool assemblefile(const char *file, PASS pass) bool 751 src/assemble.c bool assemble(int filec, char *filev[], WORD adr) bool 756 src/assemble.c bool stat = false; bool 57 src/cmem.c bool quoting = false; bool 183 src/disassemble.c bool disassemble_file(const char *file) bool 185 src/disassemble.c bool stat = true; bool 193 src/disassemble.c bool inst = true; bool 243 src/disassemble.c bool inst = true; bool 25 src/dumpword.c bool logicalmode = false; /* レジストリの内容を論理値(0から65535)で表示する場合はtrue */ bool 298 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 25 src/monitor.c bool getbps(WORD adr) bool 37 src/monitor.c bool addbps(WORD adr) bool 57 src/monitor.c bool delbps(WORD adr) bool 62 src/monitor.c bool res = false; bool 182 src/monitor.c bool stracmp(char *str1, int str2c, char *str2v[]) bool 113 src/struct.c bool create_cmdtable(CMDTAB_HASH hash) bool 35 src/token.c bool quoting = false; bool 137 src/word.c void print_dumpword(WORD word, bool logicalmode) bool 5 test/unit/getgr/cmd.c WORD getgr(const char *str, bool is_x); bool 11 test/unit/getgr/cmd.c bool is_x[] = {