HUF (CP/M)
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
|||
| Line 9: | Line 9: | ||
Files start with bytes {{magic|0xbd 0x01}}. | Files start with bytes {{magic|0xbd 0x01}}. | ||
| − | == | + | == Specifications == |
| − | * [ | + | * [{{DexvertbinblobURL|vibeExtract/cpmHUFArchive/hufCPM.txt}} vibeExtract:cpmHUFArchive/hufCPM.txt] |
| − | + | ||
== Software == | == Software == | ||
* [http://cpmarchives.classiccmp.org/ftp.php?b=cpm%2FSoftware%2FWalnutCD%2Fsimtel%2Fhitech-c hitech-c] → z80v309.exe → dehuff.com (CP/M software) | * [http://cpmarchives.classiccmp.org/ftp.php?b=cpm%2FSoftware%2FWalnutCD%2Fsimtel%2Fhitech-c hitech-c] → z80v309.exe → dehuff.com (CP/M software) | ||
| + | * [{{DexvertbintreeURL|vibeExtract/cpmHUFArchive}} vibeExtract:cpmHUFArchive] | ||
| + | |||
| + | == Sample files == | ||
| + | * [http://cpmarchives.classiccmp.org/ftp.php?b=cpm%2FSoftware%2FWalnutCD%2Fsimtel%2Fhitech-c hitech-c] → libsrc.exe (self-extracting [[LHA]]) → *.huf | ||
| + | * {{DexvertSamples|archive/cpmHUFArchive}} | ||
[[Category:CP/M]] | [[Category:CP/M]] | ||
Latest revision as of 18:29, 24 July 2026
HUF is a compressed archive format, possibly associated with the distributions of the HI-TECH Z80 CP/M C compiler. It presumably uses Huffman coding.
Contents |
[edit] Identification
Files start with bytes 0xbd 0x01.
[edit] Specifications
[edit] Software
- hitech-c → z80v309.exe → dehuff.com (CP/M software)
- vibeExtract:cpmHUFArchive
[edit] Sample files
- hitech-c → libsrc.exe (self-extracting LHA) → *.huf
- dexvert samples — archive/cpmHUFArchive