Use proper RAM addr for HERE in SCPY

This commit is contained in:
Virgil Dupras 2020-04-04 07:34:38 -04:00
parent 80891d7ec1
commit d013c572ad
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -393,7 +393,8 @@ L1 FSET ( found )
CODE SCPY
HL POPqq,
chkPS,
DE HERE LDdd(nn),
( HERE == RAM+4 )
DE RAMSTART 0x04 + LDdd(nn),
B 0 LDrn,
L1 BSET ( loop )
A (HL) LDrr,
@ -404,7 +405,7 @@ L1 BSET ( loop )
A ORr,
JRNZ, L1 BWR ( loop )
DE A LD(dd)r
HERE DE LD(nn)dd,
RAMSTART 0x04 + DE LD(nn)dd,
;CODE
CODE (im1)