Hi
In my mc9s08 .prm file, one particular code segment has a requirement for more than one rule, ie, i'd like to use both the RELOCATE_TO and the FILL rules, as per :-
ROM_IMAGE = READ_ONLY 0xFC00 TO 0xFDFF
RELOCATE_TO 0x01B8
FILL 0xFF;
Unfortunately, i'm having problems with the syntax as whenever i attempt to asign more than one rule, i get a compilation error stating that i have a missing ';' after the first rule.
I can specify either rule individually, but not together.
Am i missing something here ? Of course, i'm assuming that i can apply more than one rule...
Thanks
Gary
Message Edited by airbusboy20 on 2007-09-07 12:18 PMMessage Edited by airbusboy20 on 2007-09-07 12:18 PM
--
Alban Edit: FSL Part Number in Subject line + split/moved to appropriate location.
Message Edited by Alban on 2007-09-07 02:13 PM