Routines
Prev:
33873
Up:
Map
Next:
33977
33971: Copies 3 bytes from source to target
Used by the routines at
LoadGame
and
SaveGame
.
Input
DE
Source
HL
Target
ThreeByteCopy
33971
LD BC,3
BC
=$0003.
33974
LDIR
Copy three bytes of data from
DE
to
HL
.
33976
RET
Return.
Prev:
33873
Up:
Map
Next:
33977