Prev: 42578 Up: Map Next: 42652
42626: Routine at A682
Used by the routine at 42129.
42626 LD DE,31488 DE=31488.
42629 LD HL,30720 HL=30720.
42632 LD B,40 B=40.
42634 LD A,(DE) A=*DE.
42635 AND (HL) Merge the bits from *HL.
42636 LD (HL),A Write A to *HL.
42637 INC L Increment L by one.
42638 INC E Increment E by one.
42639 LD A,(DE) A=*DE.
42640 AND (HL) Merge the bits from *HL.
42641 LD (HL),A Write A to *HL.
42642 INC L Increment L by one.
42643 INC E Increment E by one.
42644 LD A,(DE) A=*DE.
42645 AND (HL) Merge the bits from *HL.
42646 LD (HL),A Write A to *HL.
42647 INC L Increment L by one.
42648 INC E Increment E by one.
42649 DJNZ 42634 Decrease counter by one and loop back to 42634 until counter is zero.
42651 RET Return.
Prev: 42578 Up: Map Next: 42652