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

Segment and external symbols used in relocatable expressions

I know that for Keil assembler, "Segment and external symbols are not allowed in simple relocatable expressions".

I just want to ask is there any tricks or "non-simple" way that can do the same effect. Thx..!!

(for example,

     EXTRN    code (Start)
     Reset    equ   Start ;<--Not allowed
 

how can I do the same effect? )

0