This is an old revision of the document!
upde ld a,d dec d and 7 ret nz ld a,e sub 32 ld e,a ld a,d ret c add a,8 ld d,a ret
Slower alternative:
upde ld a,d dec d and 7 ret nz ld a,e sub 32 ld e,a ld a,d jr c,upde2 add a,8 ld d,a upde2 cp 64 ret nc ld d,87 ret
Navigation: general . math . graphic . sound . system . other . back to start