Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T12:50:10.000Z (over 9 years ago)
- Last Synced: 2023-03-23T04:28:09.717Z (almost 2 years ago)
- Topics: appleiigs, iigs, omf, wdc65816
- Language: Java
- Homepage:
- Size: 359 KB
- Stars: 5
- Watchers: 1
- 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.