This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

User defined memory selectors

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?

0