two MPASM questions: 1. can I prevent "LIST" from appearing in my listing? I switch nolist/list VERY often, so the LIST lines become a nuisance. 2. can I "remove" a variable? I need a lot of temporaries, which value is of no interest in the end. Those variables make the symbol table very large. regards, Wouter.