Routines |
Prev: 35649 | Up: Map | Next: 35690 |
|
||||||||
35674 | LD A,(23695) | Load A with attribute stored at 23695 | ||||||
This entry point is used by the routine at 31468.
|
||||||||
35677 | LD HL,22528 | Load HL with start address of attribute file | ||||||
35680 | LD DE,22529 | Load DE with next byte up | ||||||
35683 | LD BC,767 | Load BC with length of data to copy (767 bytes = length of attribute file minus one) | ||||||
35686 | LD (HL),A | Load memory at HL with this attribute... | ||||||
35687 | LDIR | ...and repeat 767 times | ||||||
35689 | RET | Return |
Prev: 35649 | Up: Map | Next: 35690 |