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