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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/11/04 13:16
Read: times


 
#75751 - RE: Code locate compiler directive
Responding to: ???'s previous message
I have tried it, it still does not work.
I followed the instructions from the Keil site for SETTING PROGRAM START ADDRESS but to no avail.

I've used this function as well, it does not give errors at compile time but when you run the program it vectors bach to 0000h. How can I fix this?

ORG 4100H
LJMP BEGIN

cseg at 0
LJMP 4100h

BEGIN: code......
..............etc. When it comes to this part the code does not execute from the 4100h address onwards so no code is executed.

List of 9 messages in thread
TopicAuthorDate
Code locate compiler directive            01/01/70 00:00      
   RE: Code locate compiler directive            01/01/70 00:00      
   RE: Code locate compiler directive            01/01/70 00:00      
      RE: Code locate compiler directive            01/01/70 00:00      
         RE: Code locate compiler directive            01/01/70 00:00      
            RE: Code locate compiler directive            01/01/70 00:00      
               RE: Code locate compiler directive            01/01/70 00:00      
   RE: Code locate compiler directive            01/01/70 00:00      
   RE: Code locate compiler directive            01/01/70 00:00      

Back to Subject List