|  | Routines | 
| Prev: 47856 | Up: Map | Next: 47897 | 
| 47881 | LD A,(23695) | Load A with attribute stored at 23695 | ||
| 47884 | LD HL,22528 | Load HL with start address of attribute file | ||
| 47887 | LD DE,22529 | Load DE with next byte up | ||
| 47890 | LD BC,767 | Load BC with length of data to copy (767 bytes = length of attribute file minus one) | ||
| 47893 | LD (HL),A | Load memory at HL with this attribute... | ||
| 47894 | LDIR | ...and repeat 767 times | ||
| 47896 | RET | Return | ||
| Prev: 47856 | Up: Map | Next: 47897 |