> Sebastian wrote >>>>Benjamin Petersen wrote: >>> > Program Memory Words Used: 0 >>>> Program Memory Words Free: 1024 >The problem is not with simulation. Do you have an "end" directive at >a wrong place in your source code? Do you actually have instructions >to assemble? Have you set ORG? It defaults to 0000, but if set out >of memory range, might cause weirdness. BINGO. there was TWO 'end' lines. It seems that the mistake was originated from a dirty-cut-and-paste of a set of push&pop macros. But was very hidden, so I was not able to locate it. Btw, orgs were revised, both code org, int org, reset org and eeprom org. But I was not chasing mistaken ends but mistaken orgs as first approach, and the error was keeping alive. >Can you assemble the sample file? Yes, that was one of the reasons of my post. All looked perfect, no error messages, no wrong lines, nothing at all seemed incorrect, but no code generated. >I am interested because we haven't seen too many problems with MPLAB >4.00.14 and are getting ready to release the production version v4.10 >with MPLAB-ICD. Absolutely no problem, in fact mplab works very fine with all the other projects. I will wrote in red letters in my lab book 'look for wrong END code lines if nothing happens' >Darrel Thank you to all and double the ration to you Darrel.