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