res 3,(iy+8)
set 4,(iy+8)
call $4101
I think this would be the right code for an interupt:
push de
push bc
push hl
in a,(3)
bit 3,a
jr nz,exit
res 3,(iy+8)
set 4,(iy+8)
call $4101
exit:
pop hl
pop bc
pop de
ret
Kirk Meyer wrote:
you're right = $0181 is it. look at the bits there. Kirk _@ibm.net