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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/01/04 17:13
Read: times


 
#67776 - RE: Comments
Responding to: ???'s previous message
"I don't understand why you think "LJMP 0000" might be the problem, could you explain? "

By itself there is no problem.

However in your code you have,

.ORG 2010H

..
..

and then

LJMP 0000

So what happens between 0000H and 2010H ? As far as i could see you are using this area for storing some values ! I think you need to define your code memory and data memory properly.

I am posting this after a very cursory glance at your code - may be I have missed out something.

Raghu

List of 19 messages in thread
TopicAuthorDate
mistake in my code            01/01/70 00:00      
   RE: mistake in my code            01/01/70 00:00      
   RE: mistake in my code            01/01/70 00:00      
      RE: mistake in my code            01/01/70 00:00      
         RE: mistake in my code            01/01/70 00:00      
      RE: mistake in my code            01/01/70 00:00      
         RE: mistake in my code            01/01/70 00:00      
            RE: mistake in my code            01/01/70 00:00      
               RE: mistake in my code            01/01/70 00:00      
         RE: mistake in my code            01/01/70 00:00      
            RE: mistake in my code            01/01/70 00:00      
   RE: mistake in my code            01/01/70 00:00      
   RE: mistake in my code            01/01/70 00:00      
      RE: a comment on comments            01/01/70 00:00      
      RE: mistake in my code            01/01/70 00:00      
         RE: mistake in my code            01/01/70 00:00      
      Comments            01/01/70 00:00      
         RE: Comments            01/01/70 00:00      
            RE: Comments            01/01/70 00:00      

Back to Subject List