Hello, I'm redirecting my interrupts using the code -------------------------------------------- CSEG AT 0000BH LJMP myisr -------------------------------------------- I've a number of files. Where should I put this code (which file... does it matter)? Should I create a segment called 'myisrtable' and place all ISR address in it? Regards, KC
Hello, Thanks Erik! ** there's no need to post 6 times ** Regards, KC