HUF (CP/M)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|huf}} }} '''HUF''' is a compressed archive format, possibly associated with the distributions of the HI...") |
(→Sample files) |
||
Line 11: | Line 11: | ||
== Sample files == | == Sample files == | ||
* [http://cpmarchives.classiccmp.org/ftp.php?b=cpm%2FSoftware%2FWalnutCD%2Fsimtel%2Fhitech-c hitech-c] → libsrc.exe (self-extracting [[LHA]]) → *.huf | * [http://cpmarchives.classiccmp.org/ftp.php?b=cpm%2FSoftware%2FWalnutCD%2Fsimtel%2Fhitech-c hitech-c] → libsrc.exe (self-extracting [[LHA]]) → *.huf | ||
+ | * {{DexvertSamples|archive/cpmHUFArchive}} | ||
== Software == | == Software == |
Latest revision as of 18:35, 14 June 2024
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.
[edit] Identification
Files start with bytes 0xbd 0x01
.
[edit] Sample files
- hitech-c → libsrc.exe (self-extracting LHA) → *.huf
- dexvert samples — archive/cpmHUFArchive
[edit] Software
- hitech-c → z80v309.exe → dehuff.com (CP/M software)