diff --git a/Spectrum 48K/Spectrum48.asm b/Spectrum 48K/Spectrum48.asm index e5f0421..087b469 100644 --- a/Spectrum 48K/Spectrum48.asm +++ b/Spectrum 48K/Spectrum48.asm @@ -2706,7 +2706,7 @@ L08B6: LD C,(IX+$0B) ; fetch length LD A,$FF ; signal data not a header. CALL L0802 ; routine LD-BLOCK loads to workspace. POP HL ; restore first location in workspace to HL. -X08CE LD DE,($5C53) ; set DE from system variable PROG. +X08CE: LD DE,($5C53) ; set DE from system variable PROG. ; now enter a loop to merge the data block in workspace with the program and ; variables.