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

Logical address versus physical address

I need to put some ?CO? and ?XD? segments at a physical address which is different than the logical one (used in the program). I don't know how to.

I have succeeded doing this only with executable segments with this syntax:
?PR?*?SEG(logical_address)[!physical_address]

Can anyone help me?

Parents
  • "I need to put some ?CO? and ?XD? segments at a physical address which is different than the logical one (used in the program). I don't know how to."

    Unless the 8051 derivative you are using has a MMU, I really don't know what you are talking about.

    Could you please explain the difference between logical and physical addresses?

Reply
  • "I need to put some ?CO? and ?XD? segments at a physical address which is different than the logical one (used in the program). I don't know how to."

    Unless the 8051 derivative you are using has a MMU, I really don't know what you are talking about.

    Could you please explain the difference between logical and physical addresses?

Children