Psion OPO/OPA
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 23: | Line 23: | ||
== Software == | == Software == | ||
* http://www.project-atlantis.co.uk/download.html → [http://www.project-atlantis.co.uk/zips/oplinfo.zip OPL Info] (OPO executable that displays information about OPO executables) | * http://www.project-atlantis.co.uk/download.html → [http://www.project-atlantis.co.uk/zips/oplinfo.zip OPL Info] (OPO executable that displays information about OPO executables) | ||
+ | * {{Deark}} (can extract embedded files) | ||
== Sample files == | == Sample files == | ||
* http://cd.textfiles.com/pdasoftware/PSION/ ... (*.OPO, *.OPA) | * http://cd.textfiles.com/pdasoftware/PSION/ ... (*.OPO, *.OPA) | ||
** [http://cd.textfiles.com/pdasoftware/PSION/MISC/CONV/CONVERT.APP CONVERT.APP], [http://cd.textfiles.com/pdasoftware/PSION/GAMES/RISK/RISK.APP RISK.APP] - Examples with .APP extension | ** [http://cd.textfiles.com/pdasoftware/PSION/MISC/CONV/CONVERT.APP CONVERT.APP], [http://cd.textfiles.com/pdasoftware/PSION/GAMES/RISK/RISK.APP RISK.APP] - Examples with .APP extension | ||
+ | * {{DexvertSamples|executable/psionOPL}} | ||
[[Category:Personal Digital Assistant formats]] | [[Category:Personal Digital Assistant formats]] | ||
[[Category:EPOC/Symbian]] | [[Category:EPOC/Symbian]] |
Latest revision as of 04:06, 28 December 2023
OPO (OPL Object, Psion OPL Output) is an executable format used on Psion PDA devices. OPO files are usually created by compiling programs written in the OPL programming language.
There is an OPA variant format, which can also contain embedded resource files. The embedded files usually include an icon in Psion PIC format.
See also:
- Psion IMG/APP (similar formats)
- EPOC/Symbian executable (successor formats)
Contents |
[edit] Identifiers
The usual file extensions are .OPO and .OPA. We've observed .APP as well, though that's more commonly used for Psion IMG/APP format.
[edit] Identification
OPO and OPA files begin with the ASCII signature "OPLObjectFile**
".
[edit] Specifications
[edit] Software
- http://www.project-atlantis.co.uk/download.html → OPL Info (OPO executable that displays information about OPO executables)
- Deark (can extract embedded files)
[edit] Sample files
- http://cd.textfiles.com/pdasoftware/PSION/ ... (*.OPO, *.OPA)
- CONVERT.APP, RISK.APP - Examples with .APP extension
- dexvert samples — executable/psionOPL