Is there any pragma that allows you to create your own memory selector keyword? (i.e. near_ram). I have two EDATA classes defined as: CL (edata(0-041FH),edata(4000H-FFFFH)) I would like to use the key word near to denote the first class and the near_ram keyword to denote the second class. Any ideas?
Yes, take a look to the USERCLASS directive in the C251 User's Guide. Reinhard
Thanks...I was trying to define my own userclass in my linker file without the correct #pragma.