home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / JSAGE / ZSUS / PROGPACK / RCPMKE18.LBR / MKE-EXMP.LBR / -READ.ME next >
Text File  |  2000-06-30  |  384b  |  15 lines

  1.  
  2.  This library is made up of a collection of MAKEFILES from my
  3. system.  The purpose is to illustrate some of the uses of MAKE. 
  4. I want to thank a legion of Z-System programers for providing the
  5. most powerful user interface available on micro's today.
  6. 
  7.     xor    a
  8.     ld    (fscb+12),a    ; mark end of search fcb
  9.     ld    hl,fscb+1
  10.     call    print1
  11.     ld    hl,uerror
  12. finis:
  13.     push    hl
  14.     call    crlf
  15.