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

code allocation problem in C

I need to allocate a part of code to
fixed address using C Language. Like
"ORG xxx" in assambly.

How can I do in Keil C51?