We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
Thanks...I was trying to define my own userclass in my linker file without the correct #pragma.