Ahh, nice trick! > One interesting thing I found out you can do is to put this code at > end of your interrupt routine, instead of the normal stuff... > > ld a,%00001000 > out (3),a > ld a,%00001011 > out (3),a > > The only benefit is that it's a couple bytes shorter...