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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/17/08 06:09
Read: times


 
Msg Score: +2
 +2 Good Answer/Helpful
#150949 - Sound Like...
Responding to: ???'s previous message
Sounds like you have your macro generating code or a reference that ends up being too far away with regard to an addressing range. For example having a relative address jump or call that is farther than the relative address field in the generated instruction can hold.

When debugging macros it can be handy to set the assembler options to include "full macro expansion" in the listing file. You can then look in the listing file to see specifically which line of assembly code in the expansion caused the error.

Michael Karas


List of 5 messages in thread
TopicAuthorDate
Macro Question            01/01/70 00:00      
   Sound Like...            01/01/70 00:00      
      Similarly in 'C'            01/01/70 00:00      
   Can be done something?            01/01/70 00:00      
   Problem solved            01/01/70 00:00      

Back to Subject List