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

how to select a address in the far memory

we are using p89c669 ,and the compiler is keil uvision 2,
what should we do to select these addressess?

far unsigned char lcd_command _at_ 0x020000;
far unsigned char lcd_data    _at_ 0x028000;

0