Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# omfutils
Automatically exported from code.google.com/p/omfutils

This 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.