![]() |
Unused |
| Prev: 49044 | Up: Map | Next: 49125 |
|
Orphaned fragment from an earlier version of the attribute writing code.
|
||||
| Unused_Fragment_2 | 49113 | LD C,D | Copy D to C. | |
| 49114 | RET Z | Return if zero flag is set. | ||
| 49115 | LD BC,32 | Add 0032 to advance to the next attribute row. | ||
| 49118 | ADD HL,BC | |||
| 49119 | LD A,(HL) | Read, mask with 248 OR in E and write back. | ||
| 49120 | AND 248 | |||
| 49122 | OR E | |||
| 49123 | LD (HL),A | |||
| 49124 | RET | Return. | ||
| Prev: 49044 | Up: Map | Next: 49125 |