MPASM users: Please tell me what's wrong. I wrote the following program with MPLAB/16 4.12.12 because no matter what I do, MPASMWIN gives me the following message for all the "nop" lines: Error[152] : Executable code and data must be defined in an appropriate section I know the first and third line are wrong, but why the second? list p=16f84 radix hex ;------------------------------------------------------------ ; nop nop nop end ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Another problem is that if I try to build the .asm file within MPLAB, it says that it can't find MPASMWIN, yet it is there and I can call it an use it. Roberto Toca tocal@avantel.net Mexico