Prev: 44707 Up: Map Next: 44739
44719: Routine at AEAF
Used by the routine at 44654.
44719 AND A Return if A is zero.
44720 RET Z
44721 LD HL,36701 HL=36701.
44724 LD B,4 B=4.
44726 AND A Set flags.
44727 RR (HL) Rotate *HL right.
44729 INC HL Increment HL by one.
44730 RR (HL) Rotate *HL right.
44732 INC HL Increment HL by one.
44733 DJNZ 44726 Decrease counter by one and loop back to 44726 until counter is zero.
44735 DEC A Decrease A by one.
44736 JR NZ,44721 Jump to 44721 until A is zero.
44738 RET Return.
Prev: 44707 Up: Map Next: 44739