Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Spectrum 48K/Spectrum48.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down