home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / asmutl / reloc23.lbr / RELOC.ASG < prev    next >
Encoding:
Text File  |  1986-05-06  |  1.0 KB  |  40 lines

  1.     .Z80
  2.  
  3. ;------------------------------------------------------------------------------
  4. ;
  5. ;    A small absolute segment required to satisfy L80 version 3.44
  6. ;    for use with the RELOC system.
  7. ;
  8. ;    Assemble with the command:
  9. ;
  10. ;        M80 RELOC.ABS=RELOC.ASG
  11. ;
  12. ;    The RELOC.SUB file should look like this:
  13. ;
  14. ;        L80 reloc,/p:1fe,$1,org200/n/e:@@relo
  15. ;        L80 reloc.abs,/p:2fe,$1,org300/n/e
  16. ;        reloc $1.com $2
  17. ;        era org?00.com
  18. ;
  19. ;    Earlier versions of L80 did not require the .ABS file.  For some
  20. ;    reason which I do not understand, L80 3.44 plays havoc with the
  21. ;    ORG300.COM file if the absolute segment is missing.
  22. ;
  23. ;        John Hastwell-Batten,
  24. ;        SYSOP,
  25. ;        Tesseract RCPM+,
  26. ;        Dural, NSW,
  27. ;        AUSTRALIA.
  28. ;
  29. ;        30/12/84.
  30. ;
  31. ;------------------------------------------------------------------------------
  32.  
  33.     ASEG
  34.  
  35.     ORG    100h
  36.  
  37.     defs    1        ;Literally anything will do
  38.  
  39.     end            ;Such a big program!
  40.