View Single Post
Old 10th Mar 2023, 11:38 pm   #5
DavidMS
Pentode
 
Join Date: Nov 2022
Location: Chesham, Buckinghamshire, UK.
Posts: 135
Default Re: Zen Z80 editor-assembler for the Grant Searle & RC2014mini/micro/classic

Could you help me a little with the 'Load' statement
in the .zen example you have

MYZEN: EQU 8400H
SYMSPC:EQU 1800H ;sets SOFP & EOFP
;
; Zen for GS Z80/RC2014 - Phil-G
;
ORG MYZEN
LOAD 03000H ; out of the way
but in the .prn example you have

1 MYZEN: EQU 3000H
2 SYMSPC: EQU 1800H ;sets SOFP & EOFP
3 ;
4 ; Zen for GS Z80/RC2014 - Phil_G
5 ;
6 ORG MYZEN
7 LOAD 3000H

In the latter case should the LOAD be pointing to somewhere away from the ZEN code ?

I don't have RAM above 8000h so cannot try one of the higher complied versions
DavidMS is offline