Guest User

Untitled

a guest
May 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tokenHook:
  2.      .db $83
  3.      push hl
  4.      ld hl,TokenTable
  5.      add hl,de
  6.      ld a,(hl)
  7.      inc hl
  8.      or (hl)
  9.      jr z,NoChange
  10.      ld h,(hl)
  11.      ld l,a
  12.      ex (sp),hl
  13. NoChange:
  14.      pop hl
  15.      ret
Add Comment
Please, Sign In to add comment