https://github.com/ksherlock/omfutils
A variety of applications for dealing with OMF files
https://github.com/ksherlock/omfutils
appleiigs iigs omf wdc65816
Last synced: 2 months ago
JSON representation
A variety of applications for dealing with OMF files
- Host: GitHub
- URL: https://github.com/ksherlock/omfutils
- Owner: ksherlock
- Created: 2015-03-22T21:48:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T12:50:10.000Z (about 10 years ago)
- Last Synced: 2025-02-23T02:35:34.123Z (2 months ago)
- Topics: appleiigs, iigs, omf, wdc65816
- Language: Java
- Homepage:
- Size: 359 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# omfutils
Automatically exported from code.google.com/p/omfutilsThis is a collection of miscellaneous command-line java utilities for dealing with Apple IIgs OMF files. (These depend on libomf (code.google.com/p/libomf/)).
* dumpobj: inspired by the Apple/Orca utility of the same name. Lists all the header and segment data in an OMF file.
* lseg: inspired by the GNO/ME utility of the same name. Similar to dumpobj, but the information is more concise.
* makedirect: inspired by the Apple/APW utility of the same name. Creates a direct-page/stack segment of the specified size.
* makeobj: inspired by the Tim Meekins utility ``mkobj''. Converts a binary file to an OMF segment, which can then be linked.
Status: All the utilities are usable, functional, and free of known bugs, though more functionality will be added as appropriate.