??? 09/17/04 11:54 Read: times |
#77557 - RE: Priority interrupt problem with DS5240 Responding to: ???'s previous message |
Peter,
the routine L?0020 generated by compiler is: L?0020: USING 3 L?0021: INC ptabella?140 INC i?141 MOV A,i?141 RET There is no switch in the register bank, Timer 0 interrupt uses bank 3 so the instruction USING 3 has no effect. |