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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/21/03 11:13
Read: times


 
#42013 - RE: 16x2 lcd display
Responding to: ???'s previous message
You put only one org 0 and after this there are the interrupts vectors.
You have no more orgs. Is not good put code over the interrupts vectors.
Is better
org 0
sjmp start

org int1
...
org int2
...

org 100 ;Or other address
start:
....

List of 15 messages in thread
TopicAuthorDate
16x2 lcd display            01/01/70 00:00      
   RE: 16x2 lcd display            01/01/70 00:00      
   RE: 16x2 lcd display            01/01/70 00:00      
      RE: 16x2 lcd display            01/01/70 00:00      
      RE: 16x2 lcd display            01/01/70 00:00      
      RE: 16x2 lcd display            01/01/70 00:00      
      RE: 16x2 lcd display            01/01/70 00:00      
      RE: 16x2 lcd display            01/01/70 00:00      
   RE: 16x2 lcd display            01/01/70 00:00      
   RE: 16x2 lcd display            01/01/70 00:00      
      RE: 16x2 lcd display            01/01/70 00:00      
   RE: 16x2 lcd display            01/01/70 00:00      
      RE: 16x2 lcd display            01/01/70 00:00      
         RE: 16x2 lcd display            01/01/70 00:00      
   RE: 16x2 lcd display            01/01/70 00:00      

Back to Subject List