Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ksherlock/snlink

Apple IIgs OMF Linker for SN cross-assembler object files.
https://github.com/ksherlock/snlink

appleiigs iigs omf snasm

Last synced: 5 days ago
JSON representation

Apple IIgs OMF Linker for SN cross-assembler object files.

Awesome Lists containing this project

README

        

# snlink
Apple IIgs OMF Linker for SN cross-assembler object files.

```
sn-link [-v1XCS] [-o outputfile] [-t type] file.obj ...
-v: be verbose
-o: specify output file
-t: specify output file type (exe, s16, etc)
-1: OMF Version 1
-X: Inhibit Expressload
-C: Inhibit OMF Compression
-S: Inhibit OMF Super Records
```