Routines
Prev:
8451
Up:
Map
Next:
84B9
84B3: Copies 3 bytes from source to target
Used by the routines at
LoadGame
and
SaveGame
.
Input
DE
Source
HL
Target
ThreeByteCopy
84B3
LD BC,$0003
BC
=$0003.
84B6
LDIR
Copy three bytes of data from
DE
to
HL
.
84B8
RET
Return.
Prev:
8451
Up:
Map
Next:
84B9