tari

Untitled

May 6th, 2010
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bufCopy:
  2.     call pushAll
  3.     ld a,r
  4.     push af
  5.     ld c,1Fh        ;column 0-(minus)1
  6.     di
  7.     call _fastCopy
  8.     pop af
  9.     jp pe,_exit     ;_exit if the parity flag is set (interrupts weren't on)
  10.     ;wait.. a USE for IFF2?!
  11.     ei
  12. _exit:
  13.     call popAll
  14.     ret
Add Comment
Please, Sign In to add comment