home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / zremot03.ins < prev    next >
Encoding:
Text File  |  1993-06-07  |  1.9 KB  |  68 lines

  1. 10/30/19
  2.  
  3. Thσ followinτ assembl∙ anΣ linkinτ instruction≤ fo≥ ZREMOT┼ arσ ì
  4. excerpteΣ froφ TCJ#5░ anΣ paraphraseΣ here«  Thσ commanΣ line≤ ì
  5. for Z80ASM/SLRNKP have been added.
  6.  
  7. The files in ZREMOT03.LBR are:
  8.  
  9.      ZRLDR.Z80      ZR program signon, etc.  Calls RSXLDR
  10.      RSXLDR.Z80     Generix RSX installation code.  Calls RELOC.
  11.      RELOC.Z80      Generic code relocator for PRL modules.
  12.      ZREMOTE.Z80    Main ZREMOTE RSX hardware independent code.
  13.      ZRAMPRO.Z8░    Hardwarσ specifiπ par⌠ oµ thσ RS╪ code«  Thσ ì
  14.                          code is for an AMPRO Little Board.)
  15.     (ZRAMSDVR.Z80   Driver for AMS bios - not used here)
  16.  
  17. Renamσ ZRAMPRO.Z8░ t∩ MYDRIVER.Z8░ anΣ edi⌠ i⌠ t∩ sui⌠ you≥ owε ì
  18. hardware«  
  19.  
  20. First, assemble all .Z80 files to REL files:
  21.  
  22.      ZMAC filename
  23.  or  Z80ASM filename/m
  24.  or  SLR180 filename/m
  25.  
  26. Theε linδ thσ file≤ followinτ thσ direction≤ below«  Yo⌡ ma∙ wisΦ ì
  27. t∩ creatσ aliase≤ t∩ d∩ thσ linking.
  28.  
  29.  
  30. Link using ZML
  31. --------------
  32.  
  33. Creatσ ß ne≈ RS╪ heade≥ filσ ZREMOTE.HDR:  
  34.  
  35.      ZML zremote.hdr=zrldr,rsxldr,reloc,z3lib/,syslib/
  36.  
  37. Then link to create ZREMOTE.COM:
  38.  
  39.      ZML zremote.com=zremote,mydriver,zremote.hdr/i p
  40.  
  41.  
  42.  
  43. Link using SLRNKP
  44. -----------------
  45.  
  46. Iµ you'rσ usinτ SLRNK╨ t∩ linδ thσ files¼ yo⌡ wil∞ als∩ neeΣ ß ì
  47. ne≈ filσ SLR.Z80¼ whicΦ contain≤ onl∙ onσ datß statement:
  48.  
  49.      DS   256
  50.  
  51. Assemble it to SLR.REL:
  52.  
  53.      Z80ASM slr/m 
  54.  
  55. Linδ t∩ producσ ZRHDR.CO═ anΣ renamσ i⌠ t∩ ZRHDR.HD╥ s∩ yo⌡ don'⌠ ìèaccidentall∙ try to ruε it║  
  56.  
  57.      SLRNKP zrhdr/n,/a:100,/j,zrldr,rsxldr,reloc,z3lib/s,syslib/s,/e
  58.      RENAMZ zrhdr.com *.hdr /o
  59.  
  60. Link t∩ ge⌠ ZRPRL.PR╠:ì
  61.  
  62.      SLRNKP zrprl/k,slr,zremote,mydriver,/e
  63.  
  64. Then use CONCAT.COM to add the header:
  65.  
  66.      CONCAT zremote.com=zrhdr.hdr,zrprl.prl /o
  67.  
  68.