Thomas C. Sefranek wrote: > -----Original Message----- > From: piclist-bounces@mit.edu [mailto:piclist-bounces@mit.edu] On Behalf Of > Olin Lathrop > Sent: Saturday, June 14, 2008 6:46 PM > To: Microcontroller discussion list - Public. > Subject: Re: [PIC]: 10F200 General Purpose Register Addressing > >> Take a absolute program and replace every ORG with a absolute CODE, > > For grins, I tried this on my working code... > > Error[149] C:\SVN\NP\MOLLYQ200\CODE\DISPLAY\DISPLAY.ASM 27 : Directive > only allowed when generating an object file You have not added the/a "Linker Script" file to your project. So MPLAB still thinks that you're using abs-mode code and generates the wrong MPASM command (and no MPLINK command). > Yea, yea, I need a different, more complex build environment,... No, you just have to do a few changes/fixes. > one that will > Take weeks to implement successfully to get this to run. Again, a few minutes, maybe... Jan-Erik. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist