home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Cruncher / CRUNCH13.LZX / Crunch13 / DecrDoc.Txt < prev    next >
Encoding:
Text File  |  1980-03-26  |  384 b   |  18 lines

  1.  
  2.     /// Notes for DataDecruncher of Crunch 1.3
  3.  
  4.     The buffersize of the buffer you decrunch in must be
  5.         -> OrginalSizeOfDataBeforeCrunching+512 bytes <-
  6.  
  7.  
  8.             A0 Must point at buffer that contains crunched data...
  9.  
  10. Example:        Lea        buffer,a0
  11.                 Jsr        Decruncher
  12.                 Rts
  13.  
  14. buffer            Ds.B    OrginalSizeOfDataBeforeCrunching+512
  15.  
  16.  
  17.         OUT:    A1 = buffer+512...This is where the decrunched data is...
  18.