??? 05/30/10 07:37 Read: times |
#176312 - I think I've done this correctly... Responding to: ???'s previous message |
I believe this is correct. Here's the chunk from the .LST file:
539: 1 N 0000 CSEG AT 0h 540: 1 N 003B ORG 003bh 541: 1 542: 1 003B 02 09 8D ljmp serint1serint1: is the label of my interrupt handler. I've also checked the vector for port 0 - I haven't included it here because that's not the problem - we know that port 0 interrupts correctly. Thanks - Rowan |