AMB
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
m (update links) |
||
Line 13: | Line 13: | ||
== Format description == | == Format description == | ||
− | * [ | + | * [https://amb.osdn.io/archiwum/format-20201216.txt AMB archive format specs] |
== Sample file == | == Sample file == | ||
− | * | + | * https://amb.osdn.io/lib/8086set.amb |
== Links and references == | == Links and references == | ||
− | * [ | + | * [https://amb.osdn.io/ AMB: the Ancient Machine Book format] |
[[Category:Hypermedia]] | [[Category:Hypermedia]] |
Latest revision as of 12:18, 9 August 2023
AMB stands for "Ancient Machine's Book". It is an extremely lightweight file format meant to store any kind of hypertext documentation that may be comfortably viewed even on the most ancient PCs: technical manuals, books, etc. Think of it as a retro equivalent of a *.CHM help file.Contents |
[edit] Identification
AMB files start with bytes 41 4D 42 31
, or "AMB1
" in ASCII.