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

run 51 code on arm

hey guys.

we got this old project and it runs on a 8052 great but we gotta make it work on arm9. we havent got the source yet but we might soon. whats the best way to make the code run on the arm?

Parents
  • project is 100% all assembly. can you suggest a good 8051 emulator? open source one?
    if you have any I/O you would need a emulator specifically for your device. The likelihood that one such exist in VERY small. You might as well start writing code.

    we havent got the source yet but we might soon
    are you 'stealing' the code, if not, why do you not have the source?

    Erik

Reply
  • project is 100% all assembly. can you suggest a good 8051 emulator? open source one?
    if you have any I/O you would need a emulator specifically for your device. The likelihood that one such exist in VERY small. You might as well start writing code.

    we havent got the source yet but we might soon
    are you 'stealing' the code, if not, why do you not have the source?

    Erik

Children