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