Prev: 44748 Up: Map Next: 44784
44773: Routine at AEE5
Used by the routine at 44748.
44773 LD A,(DE) A=*DE.
44774 OR (HL) Set the bits from *HL.
44775 LD (HL),A Write A to *HL.
44776 INC L Increment L by one.
44777 INC DE Increment DE by one.
44778 LD A,(DE) A=*DE.
44779 OR (HL) Set the bits from *HL.
44780 LD (HL),A Write A to *HL.
44781 DEC L Decrease L by one.
44782 INC DE Increment DE by one.
44783 RET Return.
Prev: 44748 Up: Map Next: 44784