Prev: 15A2 Up: Map Next: 15E9
15CD: setup_vars_eline: setup VARS and E-LINE.
Used by the routine at parse_download.
This routine replaces code from the OEL Issue 2.3 ROM.
setup_vars_eline 15CD LD HL,$5CCB Set HL to $5CCB.
15D0 LD DE,(prog_length) Add prog_length.
15D4 ADD HL,DE
15D5 LD ($5C4B),HL Store result in VARS.
15D8 LD DE,(vars_length) Add vars_length.
15DC ADD HL,DE
15DD LD ($5C59),HL Store result in E-LINE.
15E0 LD DE,(command_length) Add command_length.
15E4 ADD HL,DE
15E5 LD ($5C61),HL Store result in WORKSP and return.
15E8 RET
Prev: 15A2 Up: Map Next: 15E9