onlylabel 21 include/assemble.h bool onlylabel; /**<ラベル表を表示して終了する場合はtrue */ onlylabel 784 src/assemble.c if(asmode.onlylabel == true) { onlylabel 105 src/casl2.c asmode.onlylabel = true; onlylabel 167 src/casl2.c if(assemble(asfilecnt, asfile, 0) == false || asmode.onlylabel == true) {