PMexe
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |subcat2=Executable compression |released=≤1990 }} '''PMexe''' is an executable compression utility for CP/M, develop...") |
|||
| Line 6: | Line 6: | ||
}} | }} | ||
'''PMexe''' is an executable compression utility for CP/M, developed by Yoshihiko Mino. It requires PMarc (see [[PMA]]). | '''PMexe''' is an executable compression utility for CP/M, developed by Yoshihiko Mino. It requires PMarc (see [[PMA]]). | ||
| + | |||
| + | The only known version is 2.00. PMexe does not seem to have been used very much. No files made by it have been found in the wild. | ||
See also [[PopCom!]], a similar utility by the same author. | See also [[PopCom!]], a similar utility by the same author. | ||
== Identification == | == Identification == | ||
| − | + | Files start with the bytes in the PMEXE2.COM file, aside from some padding at the end of the file. | |
| + | |||
| + | They start with bytes (hex) {{magic|18 52}}, have "{{magic|-pms-}}" at offset 2, and a message starting with "PMexe" at offset 14. | ||
| − | + | Compare to [[PMsfx#Identification]]. | |
== Software == | == Software == | ||
Latest revision as of 14:22, 24 July 2026
PMexe is an executable compression utility for CP/M, developed by Yoshihiko Mino. It requires PMarc (see PMA).
The only known version is 2.00. PMexe does not seem to have been used very much. No files made by it have been found in the wild.
See also PopCom!, a similar utility by the same author.
[edit] Identification
Files start with the bytes in the PMEXE2.COM file, aside from some padding at the end of the file.
They start with bytes (hex) 18 52, have "-pms-" at offset 2, and a message starting with "PMexe" at offset 14.
Compare to PMsfx#Identification.
[edit] Software
- PMexe: pm-utils.pma → PMEXE2.*