We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a6218 commit 54aaf6bCopy full SHA for 54aaf6b
unzip/README.md
@@ -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
0 commit comments