User Tools

Site Tools


uphl

This is an old revision of the document!


uphl

uphl         
          ld   a,h               
          dec  h                 
          and  7                 
          ret  nz                
          ld   a,l               
          sub  32                
          ld   l,a               
          ld   a,h               
          ret   c           
          add  a,8               
          ld   h,a                         
          ret

Slower alternative:

uphl      ld   a,h               
          dec  h                 
          and  7                 
          ret  nz                
          ld   a,l               
          sub  32                
          ld   l,a               
          ld   a,h               
          jr   c,uphl2           
          add  a,8               
          ld   h,a               
uphl2     cp   64                
          ret  nc                
          ld   h,87               
          ret

Navigation: general . math . graphic . sound . system . other . back to start

uphl.1364034034.txt.gz · Last modified: 2013/03/23 11:20 by noby