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