Geekboy

Untitled

Oct 31st, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. GetKeyHook:
  2.  .db $83
  3.  res 3,(iy+33h)   ;reset over ride flag
  4.  cp $1b
  5.  jp z,GetKeyHookAft
  6.  ld a,$19
  7.  inc a
  8.  ret
  9. GetKeyHookAft:
  10.  ld a,b
  11.  inc b
  12.  ret
  13. GetKeyHookEnd:
Advertisement
Add Comment
Please, Sign In to add comment