home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_03 / 1003066a < prev    next >
Text File  |  1992-01-12  |  179b  |  16 lines

  1.  
  2. Listing 2
  3. *****
  4. PLOAD:
  5.      DEF SEG = &HB000
  6.      BLOAD N$,0
  7.      DEF SEG
  8. RETURN
  9. PSAVE:
  10.      DEF SEG = &HB000
  11.      BSAVE N$,0,32767
  12.      DEF SEG
  13. RETURN
  14. *********
  15.  
  16.