At 09:38 PM 12/13/97 -0600, you wrote: > >> Wrong byte order for the address - it should be CD290CC9. >> >> --Joshua > >o yeah :) > Here's a better way to do it: ----code fragment start---- OFF: ld a,1 ;3E01 out (3),a ;D303 res onRunning,(iy+onflags) ;FDCB099E l0: halt ;76 jr l0 ;18FD -----code fragment end----- --Joshua