Skip to content

Commit 54aaf6b

Browse files
committed
Added unzip binary and notes
1 parent 56a6218 commit 54aaf6b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

unzip/README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# unzip
2+
3+
Usage: <br>
4+
`load unzip.bin`<br>
5+
`run . {dir/}gzipfile {*}`<br>
6+
optional: run multiple times without needing to re-load unzip.bin
7+
8+
If a destination is given, all files are extracted including directory structure.
9+
10+
NOTES:
11+
<li>Spaces are not supported well in file or directory names. To avoid issues, spaces are converted to underscores.</li>
12+
<li>File and directory path lengths are limited to a maximum of 255 characters.</li>
13+
14+
If not, files is checked for CRC
15+
16+
IMPORTANT: does NOT work as MOSlet due to working memory requirements.
17+
18+
Original unzipping core algorithms based on https://github.com/agn453/UNZIP-CPM-Z80

unzip/unzip.bin

7.85 KB
Binary file not shown.

0 commit comments

Comments
 (0)