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
  • even if we get it the rewriting of so much assembly code will be a lot of time. an emulator can be good for us.
    rewriting 48k of assembly in 'C' -- no more than 2 man-months I guess, depending on how well it is documented.

    so if you know a good open source emulator please say the name.
    I doubt one (that works, not 'works') exist

    Erik

Reply
  • even if we get it the rewriting of so much assembly code will be a lot of time. an emulator can be good for us.
    rewriting 48k of assembly in 'C' -- no more than 2 man-months I guess, depending on how well it is documented.

    so if you know a good open source emulator please say the name.
    I doubt one (that works, not 'works') exist

    Erik

Children