Advertisement
Zeda

IncHLMem1

Jan 4th, 2012
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. IncHLMem1:
  2. ;                   speed    1 page         total
  3. ;
  4.      inc l         ;    4    4*16384        65536
  5.      ret nz        ;11| 5    64*5+16320*11  179840
  6.      inc h         ;    4    4*64           256
  7.      ret po        ;11| 5    11*63+5        698
  8.      ld h,40h      ;    7    7              7
  9.      in a,(6)      ;   11    11             11
  10.      inc a         ;    4    4              4
  11.      out (6),a     ;   11    11             11
  12.      ret           ;   10    10             10
  13. ;averages just over 15 cycles
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement