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 relocate program within 2k

dear friends
i am a student from india, i am not able to relocate my program within 2k(0x07ff) of 89c2051 will you help me regarding any setting in compiler that could relocate my code within 0 to 0x7ff

Parents
  • Note that the 89c2051 is an 8051 derivative; not an 80251.
    If you really are using the C251 toolset, you need to switch to C51.
    http://www.keil.com/c51/

    If you are using the free evaluation version of C51, you need to read the limitations of that version - that will tell you why you can't use the free evaluation version of C51 to program an 89c2051!

Reply
  • Note that the 89c2051 is an 8051 derivative; not an 80251.
    If you really are using the C251 toolset, you need to switch to C51.
    http://www.keil.com/c51/

    If you are using the free evaluation version of C51, you need to read the limitations of that version - that will tell you why you can't use the free evaluation version of C51 to program an 89c2051!

Children