home *** CD-ROM | disk | FTP | other *** search
-
- /// Notes for DataDecruncher of Crunch 1.3
-
- The buffersize of the buffer you decrunch in must be
- -> OrginalSizeOfDataBeforeCrunching+512 bytes <-
-
-
- A0 Must point at buffer that contains crunched data...
-
- Example: Lea buffer,a0
- Jsr Decruncher
- Rts
-
- buffer Ds.B OrginalSizeOfDataBeforeCrunching+512
-
-
- OUT: A1 = buffer+512...This is where the decrunched data is...
-