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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/02/04 20:16
Read: times


 
#65838 - RE: The beloved Keil C51/A51
Responding to: ???'s previous message
Hmmm. That sure seems strange to me. The latest version of the assembler also emits no errors or warnings. I'm starting to think that is by design because I couldn't find an error that described that kind of a problem.

The manual does state that "The ORG directive changes the location counter but does not produce a new segment."

The linker is what warns about overlapping segments (and that doesn't happen since there is only 1 segment in the example).

If, within the same segment, you use ORG to overlap stuff it appears that the data after the last ORG statement is what's used.

Anyway, I'm going to break out the old Intel ASM-51 Assembler to see what it does. I'll post results here.

Jon


List of 13 messages in thread
TopicAuthorDate
How does ORG command work?            01/01/70 00:00      
   RE: How does ORG command work?            01/01/70 00:00      
   RE: didnt work            01/01/70 00:00      
   RE: How does ORG command work?            01/01/70 00:00      
      You mean uPSD3234A?            01/01/70 00:00      
         RE: You mean uPSD3234A?            01/01/70 00:00      
   RE: How does ORG command work?            01/01/70 00:00      
      RE: How does ORG command work?            01/01/70 00:00      
      RE: How does ORG command work?            01/01/70 00:00      
         RE: How does ORG command work?            01/01/70 00:00      
            RE: The beloved Keil C51/A51            01/01/70 00:00      
               RE: The beloved Keil C51/A51            01/01/70 00:00      
                  RE: The beloved Keil C51/A51            01/01/70 00:00      

Back to Subject List