Routines |
Prev: 74D4 | Up: Map | Next: 74E2 |
Used by the routine at ResetAttributes.
|
||||||||||||
ResetCopier | 74DB | LD (HL),C | Write C to the target address. | |||||||||
74DC | INC HL | Increment the target address by one. | ||||||||||
74DD | LD A,H | Are we finished yet? Check the MSB of the target vs. B. | ||||||||||
74DE | CP B | |||||||||||
74DF | JR C,ResetCopier | Keep looping back to ResetCopier until there is no carry-over. | ||||||||||
74E1 | RET | Return. | ||||||||||
View the equivalent code in;
|
Prev: 74D4 | Up: Map | Next: 74E2 |