AMOS AmBs
From Just Solve the File Format Problem
AMOS AmBs format is a resource container format that combines zero or more "AMOS Banks" (memory, sprite, and/or icon banks) into a single file or data segment. The official name for this format, if it has one, is unknown.
It is typically used as part of AMOS BASIC tokenized file format, but may be stored in a file by itself.
Although AmBs is a very simple format, it is moderately difficult to parse. It requires determining the length of each Sprite/Icon Bank segment, which is not trivial.
Identification
AmBs data begins with the ASCII signature "AmBs
".
Sample files
Links
- Memory Bank Structures, "Saving several Banks at once" section
- http://alvyn.sourceforge.net/amos_file_formats.html#source_code AMOS source code file format