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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/18/00 16:00
Read: times


 
#5136 - RE: int0 vs int1 is there a diffrent
You should include the code:

ORG 0000h
LJMP START

ORG 0003h
LJMP ext0

Currently you aren't jumping to START initially, and when ext0 is called at 0003h, you have no code to handle it. Remeber that ex0 is at 0003h, not at 0000h.

Craig Steiner


List of 3 messages in thread
TopicAuthorDate
int0 vs int1 is there a diffrent            01/01/70 00:00      
RE: int0 vs int1 is there a diffrent            01/01/70 00:00      
RE: int0 vs int1 is there a diffrent            01/01/70 00:00      

Back to Subject List