??? 10/14/05 12:17 Modified: 10/14/05 12:22 Read: times |
#102398 - this could/would confuse some newbie Responding to: ???'s previous message |
ORG 0BH ;or other interrupt address
LJMP timer1_ISR The location of the timer 1 ISR is 0x0b CAST IN STONE. what Claus is trying to indicate is that all interrupt locations (0x?3 and 0x?b should have a jump to the app code following them. ALSO if your ISR can fit within 8 memory locations as e.g. org 0x03h setb flag retithere is no need to jump Erik |