home *** CD-ROM | disk | FTP | other *** search
- 10/30/19
-
- Thσ followinτ assembl∙ anΣ linkinτ instruction≤ fo≥ ZREMOT┼ arσ ì
- excerpteΣ froφ TCJ#5░ anΣ paraphraseΣ here« Thσ commanΣ line≤ ì
- for Z80ASM/SLRNKP have been added.
-
- The files in ZREMOT03.LBR are:
-
- ZRLDR.Z80 ZR program signon, etc. Calls RSXLDR
- RSXLDR.Z80 Generix RSX installation code. Calls RELOC.
- RELOC.Z80 Generic code relocator for PRL modules.
- ZREMOTE.Z80 Main ZREMOTE RSX hardware independent code.
- ZRAMPRO.Z8░ Hardwarσ specifiπ par⌠ oµ thσ RS╪ code« Thσ ì
- code is for an AMPRO Little Board.)
- (ZRAMSDVR.Z80 Driver for AMS bios - not used here)
-
- Renamσ ZRAMPRO.Z8░ t∩ MYDRIVER.Z8░ anΣ edi⌠ i⌠ t∩ sui⌠ you≥ owε ì
- hardware«
-
- First, assemble all .Z80 files to REL files:
-
- ZMAC filename
- or Z80ASM filename/m
- or SLR180 filename/m
-
- Theε linδ thσ file≤ followinτ thσ direction≤ below« Yo⌡ ma∙ wisΦ ì
- t∩ creatσ aliase≤ t∩ d∩ thσ linking.
-
-
- Link using ZML
- --------------
-
- Creatσ ß ne≈ RS╪ heade≥ filσ ZREMOTE.HDR:
-
- ZML zremote.hdr=zrldr,rsxldr,reloc,z3lib/,syslib/
-
- Then link to create ZREMOTE.COM:
-
- ZML zremote.com=zremote,mydriver,zremote.hdr/i p
-
-
-
- Link using SLRNKP
- -----------------
-
- Iµ you'rσ usinτ SLRNK╨ t∩ linδ thσ files¼ yo⌡ wil∞ als∩ neeΣ ß ì
- ne≈ filσ SLR.Z80¼ whicΦ contain≤ onl∙ onσ datß statement:
-
- DS 256
-
- Assemble it to SLR.REL:
-
- Z80ASM slr/m
-
- Linδ t∩ producσ ZRHDR.CO═ anΣ renamσ i⌠ t∩ ZRHDR.HD╥ s∩ yo⌡ don'⌠ ìèaccidentall∙ try to ruε it║
-
- SLRNKP zrhdr/n,/a:100,/j,zrldr,rsxldr,reloc,z3lib/s,syslib/s,/e
- RENAMZ zrhdr.com *.hdr /o
-
- Link t∩ ge⌠ ZRPRL.PR╠:ì
-
- SLRNKP zrprl/k,slr,zremote,mydriver,/e
-
- Then use CONCAT.COM to add the header:
-
- CONCAT zremote.com=zrhdr.hdr,zrprl.prl /o
-