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

2 separate HEX files

I'm using the Keil C51 compiler for my project. I need to create 2 separate code areas: one for on-chip code and one for off-chip (EEPROM) code. I want to locate some functions on-chip (for speed) and some functions off-chip. What's the best way to go about this?