Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ksherlock/snlink
- Owner: ksherlock
- Created: 2023-07-05T01:45:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-30T16:12:25.000Z (about 1 year ago)
- Last Synced: 2023-09-30T17:34:41.056Z (about 1 year ago)
- Topics: appleiigs, iigs, omf, snasm
- Language: C++
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```