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 / CPM / HEATH / SZOFRM.C < prev    next >
Text File  |  2000-06-30  |  170b  |  16 lines

  1.     
  2. /*
  3.  *    szofram - return the maximum number of bytes that
  4.  *          alloc() could allow.
  5.  */
  6.  
  7. szofram() {
  8. #asm
  9.     LHLD    $LM##
  10.     CALL    c.neg##
  11.     DAD    SP
  12.     LXI    D,-500
  13.     DAD    D
  14. #endasm
  15. }
  16.