Prev: 37816 Up: Map Next: 37857
37841: Flood attribute file with stored attribute value
The value stored at 23695 is used to fill the attribute file.
Used by the routines at 26747 and 26906.
37841 LD HL,22528 Load HL with start address of attribute file
37844 LD DE,22529 Load DE with next byte up
37847 LD BC,767 Load BC with length of data to copy (767 bytes = length of attribute file minus one)
37850 LD A,(23695) Load A with attribute stored at 23695
37853 LD (HL),A Load memory at HL with this attribute...
37854 LDIR ...and repeat 767 times
37856 RET Return
Prev: 37816 Up: Map Next: 37857