Prev: 52635 Up: Map Next: 52689
52686: Load contents of A into memory location pointed to by HL
Used by the routines at 52635 and 52689.
Input
A A byte of (e.g. graphic) data
HL An address (e.g. in display file)
52686 NOP Do nothing (see trivia)
52687 LD (HL),A Load byte of graphic data into display file address HL
52688 RET Return
Prev: 52635 Up: Map Next: 52689