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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/13/02 19:33
Read: times


 
#32424 - RE: relocating irq vectors - P89C668

as Eric said Irq vectors are hardwired to 0x00??. So there is no real way to relocate the vectors.

One way would be to include a modified startup module with :

cseg at 0
org 0x0003
LJMP 0x2003
.....

the other which i am using most of the time:
http://www.8052.com/forum/read.phtml?id=13141

Cheers Thomas


List of 6 messages in thread
TopicAuthorDate
relocating irq vectors - P89C668            01/01/70 00:00      
RE: relocating irq vectors - P89C668            01/01/70 00:00      
RE: relocating irq vectors - P89C668            01/01/70 00:00      
RE: relocating irq vectors - P89C668            01/01/70 00:00      
RE: relocating irq vectors - P89C668            01/01/70 00:00      
RE: relocating irq vectors - P89C668            01/01/70 00:00      

Back to Subject List