perhaps you pop in he wrong order:
push es
push ds
pop es
pop ds
or you don't have enough stack space
8259-Problem(My ISR is not called)
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:8259-Problem(My ISR is not called)
silliest suggestion ever heard. Have you ever read about stacks and LIFO (last in first out) model ?? the last thing you PUSH is the first you'll POP.Adek336 wrote: perhaps you pop in he wrong order:
push es
push ds
pop es
pop ds
or you don't have enough stack space