Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/07/00 18:37
Read: times


 
#2148 - RE: Target address exceeds relative address
Abdul,

Most assemblers will accept the non-specific opcode "JMP" and "CALL" in your source code and will substitute the correct version (AJMP, SJMP, LJMP or ACALL, LCALL) at compilation time.

Try that on one of your problem long jumps and see if your compiler substitutes the best opcode.

Good Luck,
-Jay C. Box

List of 4 messages in thread
TopicAuthorDate
Target address exceeds relative address            01/01/70 00:00      
RE: Target address exceeds relative address            01/01/70 00:00      
RE: Target address exceeds relative address            01/01/70 00:00      
RE: Target address exceeds relative address            01/01/70 00:00      

Back to Subject List