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

Back to Subject List

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


 
#122624 - in Keil
Responding to: ???'s previous message
The answer is somehere:
http://www.keil.com/forum/docs/thread7988.asp

ORG statement is related to SEGMENT one.
ORG statement alters the location counter for the current segment and sets a new origin for subsequent statements.
Well, in an absolute segment, the location counter is assigned the absolute address value specified. But in a relocatable segment, the location counter is assigned the offset of the specified expression, so is not set to absolute address.
More info:
http://www.keil.com/support/m...st_org.htm
and
http://www.keil.com/support/m...egment.htm

Regards,
Oleg

List of 13 messages in thread
TopicAuthorDate
Problem using uVision 3            01/01/70 00:00      
   did you switch to C?            01/01/70 00:00      
      assembler only            01/01/70 00:00      
   What if you use uv3 without 'splitting'            01/01/70 00:00      
      it works without "splitting"            01/01/70 00:00      
         then, it is simple            01/01/70 00:00      
            in the .M51 file...            01/01/70 00:00      
            the "GRADUAL change"            01/01/70 00:00      
         Eighty-Fifty-One            01/01/70 00:00      
   This or that?            01/01/70 00:00      
      ORG is origin within segment            01/01/70 00:00      
         I've done...            01/01/70 00:00      
      in Keil            01/01/70 00:00      

Back to Subject List