home *** CD-ROM | disk | FTP | other *** search
- .Z80
-
- ;------------------------------------------------------------------------------
- ;
- ; A small absolute segment required to satisfy L80 version 3.44
- ; for use with the RELOC system.
- ;
- ; Assemble with the command:
- ;
- ; M80 RELOC.ABS=RELOC.ASG
- ;
- ; The RELOC.SUB file should look like this:
- ;
- ; L80 reloc,/p:1fe,$1,org200/n/e:@@relo
- ; L80 reloc.abs,/p:2fe,$1,org300/n/e
- ; reloc $1.com $2
- ; era org?00.com
- ;
- ; Earlier versions of L80 did not require the .ABS file. For some
- ; reason which I do not understand, L80 3.44 plays havoc with the
- ; ORG300.COM file if the absolute segment is missing.
- ;
- ; John Hastwell-Batten,
- ; SYSOP,
- ; Tesseract RCPM+,
- ; Dural, NSW,
- ; AUSTRALIA.
- ;
- ; 30/12/84.
- ;
- ;------------------------------------------------------------------------------
-
- ASEG
-
- ORG 100h
-
- defs 1 ;Literally anything will do
-
- end ;Such a big program!