Atari ST executable
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Executables |extensions={{ext|prg}}, {{ext|app}}, {{ext|ovl}}, {{ext|tos}} }} '''Atari ST executable''' is an executable format use...") |
(Specifications) |
||
(One intermediate revision by one user not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Executables | |subcat=Executables | ||
− | |extensions={{ext|prg}}, {{ext|app}}, {{ext|ovl}}, {{ext|tos}} | + | |extensions={{ext|prg}}, {{ext|app}}, {{ext|ovl}}, {{ext|tos}}, {{ext|acc}}, {{ext|ttp}} |
}} | }} | ||
'''Atari ST executable''' is an executable format used on Atari ST computers, and related platforms. | '''Atari ST executable''' is an executable format used on Atari ST computers, and related platforms. | ||
Line 8: | Line 8: | ||
== Identification == | == Identification == | ||
Files begin with {{magic|60 1A}} or {{magic|60 1B}}. | Files begin with {{magic|60 1A}} or {{magic|60 1B}}. | ||
+ | |||
+ | == Specifications == | ||
+ | * [http://dev-docs.atariforge.org/files/GEMDOS_Ref_Man_4-4-1986.pdf Atari GEMDOS Reference Manual] (PDF page 39) | ||
+ | ** [http://mikro.naprvyraz.sk/docs/GEM/GEMDOS.TXT Text version of the above] | ||
+ | * [http://cd.textfiles.com/ataricompendium/BOOK/HTML/CHAP2.HTM#processes The Atari Compendium: GEMDOS Processes] | ||
+ | * [http://www.wotsit.org/download.asp?f=atariexe&sc=483989859 atariexe.zip] | ||
== Sample files == | == Sample files == | ||
* http://cd.textfiles.com/806atari/ ... | * http://cd.textfiles.com/806atari/ ... | ||
* http://cd.textfiles.com/crawlycrypt1/games/ ... | * http://cd.textfiles.com/crawlycrypt1/games/ ... | ||
+ | |||
+ | == Links == | ||
+ | * [[Wikipedia:Atari TOS]] - Discusses executable files | ||
[[Category:Atari computers]] | [[Category:Atari computers]] |
Latest revision as of 00:59, 4 May 2015
Atari ST executable is an executable format used on Atari ST computers, and related platforms.
Contents |
[edit] Identification
Files begin with 60 1A
or 60 1B
.
[edit] Specifications
[edit] Sample files
[edit] Links
- Wikipedia:Atari TOS - Discusses executable files