Prev: 42652 Up: Map Next: 42726
42700: Routine at A6CC
Used by the routine at 42129.
42700 LD DE,31488 DE=31488.
42703 LD HL,30720 HL=30720.
42706 LD B,40 B=40.
42708 LD A,(DE) A=*DE.
42709 OR (HL) Set the bits from *HL.
42710 LD (HL),A Write A to *HL.
42711 INC L Increment L by one.
42712 INC E Increment E by one.
42713 LD A,(DE) A=*DE.
42714 OR (HL) Set the bits from *HL.
42715 LD (HL),A Write A to *HL.
42716 INC L Increment L by one.
42717 INC E Increment E by one.
42718 LD A,(DE) A=*DE.
42719 OR (HL) Set the bits from *HL.
42720 LD (HL),A Write A to *HL.
42721 INC L Increment L by one.
42722 INC E Increment E by one.
42723 DJNZ 42708 Decrease counter by one and loop back to 42708 until counter is zero.
42725 RET Return.
Prev: 42652 Up: Map Next: 42726