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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/01/02 07:41
Read: times


 
#25045 - RE: Forcing jump to 0 without hardware reset
Hi Youssi,

If you haven't initialized the stack, then it should be at 07H by default. My first thought is that there may be some stack problem or overflow.

1) You may try by placing MOV SP,#07H in the beginning of your program (i.e re-initialize the stack, whether it is switch RESET or jump to 0 type RESET).
2) The problem may also be due to some software flags, which you had set prior to jump to 0, and when your software jumps to 0, they are not in the state as they should have been after a switch/power on reset.

I had a similar problem once, and it was due to stack.

Good Luck

IJAZ

List of 5 messages in thread
TopicAuthorDate
Forcing jump to 0 without hardware reset            01/01/70 00:00      
RE: Forcing jump to 0 without hardware reset            01/01/70 00:00      
RE: Forcing jump to 0 without hardware reset            01/01/70 00:00      
RE: Forcing jump to 0 without hardware reset            01/01/70 00:00      
RE: Forcing jump to 0 without hardware reset            01/01/70 00:00      

Back to Subject List