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

Force A51 to generate systematically LJMP.

I have a project under microvision 1, its A51, as the manual says, always generates LJMP code when the code address is a forward reference. I imported the project under microvision 3, and its A51 is more intelligent: it generates SJMP each time when possible. The problem is that the resulted .hex codes are different ... so I cannot use the newly generated code without excessive testing of the old application... Is there any way to force the more recent A51 assembers to systematically generate LJMP when they find a "jmp" in the source text ( even if it would be possible to use SJMP ) ?

Thanks and regards

Tibor

Parents Reply Children