NuFX
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files) |
|||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|subcat=Archiving | |subcat=Archiving | ||
− | |extensions={{ext|bxy}} | + | |extensions={{ext|shk}}, {{ext|sdk}}, {{ext|bxy}} |
|released=1989 | |released=1989 | ||
}} | }} | ||
'''NuFX''' was an archiving format used for the Apple II series late in its history, created by Andy Nicholas as a student project at Moravian College in Bethlehem, Pennsylvania. The [[ShrinkIt]] program (also created by Nicholas) supported it. When NuFX-format data was placed into [[Binary II]] format for transfer, the file extension .bxy was used. | '''NuFX''' was an archiving format used for the Apple II series late in its history, created by Andy Nicholas as a student project at Moravian College in Bethlehem, Pennsylvania. The [[ShrinkIt]] program (also created by Nicholas) supported it. When NuFX-format data was placed into [[Binary II]] format for transfer, the file extension .bxy was used. | ||
+ | |||
+ | == Identification == | ||
+ | NuFX files start with bytes {{magic|4e f5 46 e9 6c e5}}. This is ASCII "<code>NuFile</code>", but with the high bit set on alternate bytes. | ||
+ | |||
+ | == Software == | ||
+ | * [https://nulib.com/index.htm NuLib, NuLib2, NufxLib] | ||
+ | * [{{SACFTPURL|pack|ibmnulib.zip}} NuLib v3.24] (DOS software) | ||
+ | * [https://www.callapple.org/software/an-a-p-p-l-e-review-shink-fit-x-for-mac-os-x/ Shink-Fit X] - Mac OS X archiver compatible with ShrinkIt | ||
== Sample files == | == Sample files == | ||
Line 14: | Line 22: | ||
* [http://www.fadden.com/techmisc/hdc/lesson09.htm Hacking data compression] (gives lots of format details) | * [http://www.fadden.com/techmisc/hdc/lesson09.htm Hacking data compression] (gives lots of format details) | ||
* [http://apple2.org.za/gswv/a2zine/faqs/Csa2FLUTILS.html#002 What are ShrinkIt files?] | * [http://apple2.org.za/gswv/a2zine/faqs/Csa2FLUTILS.html#002 What are ShrinkIt files?] | ||
− | |||
* [ftp://ftp.apple.asimov.net/pub/apple_II/utility/Documentation%20for%20ShrinkIt.txt ShrinkIt documentation] | * [ftp://ftp.apple.asimov.net/pub/apple_II/utility/Documentation%20for%20ShrinkIt.txt ShrinkIt documentation] | ||
[[Category:Apple II series]] | [[Category:Apple II series]] |
Revision as of 13:42, 14 September 2023
NuFX was an archiving format used for the Apple II series late in its history, created by Andy Nicholas as a student project at Moravian College in Bethlehem, Pennsylvania. The ShrinkIt program (also created by Nicholas) supported it. When NuFX-format data was placed into Binary II format for transfer, the file extension .bxy was used.
Contents |
Identification
NuFX files start with bytes 4e f5 46 e9 6c e5
. This is ASCII "NuFile
", but with the high bit set on alternate bytes.
Software
- NuLib, NuLib2, NufxLib
- NuLib v3.24 (DOS software)
- Shink-Fit X - Mac OS X archiver compatible with ShrinkIt
Sample files
Links
- NuFX format described (A2-Central, Aug. 1989)
- Hacking data compression (gives lots of format details)
- What are ShrinkIt files?
- ShrinkIt documentation