Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibara/ar80
CP/M and MS-DOS library archiver utility written in D.
https://github.com/ibara/ar80
8080 8086 8088 archive archiver coding cp-m cpm d dlang intel library ms-dos msdos programming retro retrocomputing utility x86 z80
Last synced: about 2 months ago
JSON representation
CP/M and MS-DOS library archiver utility written in D.
- Host: GitHub
- URL: https://github.com/ibara/ar80
- Owner: ibara
- License: isc
- Created: 2021-06-09T00:44:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-09T00:47:15.000Z (over 3 years ago)
- Last Synced: 2024-10-24T18:52:42.978Z (3 months ago)
- Topics: 8080, 8086, 8088, archive, archiver, coding, cp-m, cpm, d, dlang, intel, library, ms-dos, msdos, programming, retro, retrocomputing, utility, x86, z80
- Language: D
- Homepage:
- Size: 1.95 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ar80
====
`ar80` is a library archiver utility for CP/M and MS-DOS.It is able to produce libraries from object files created by
[`a80`](https://github.com/ibara/a80).These libraries are able to be linked with
[`l80`](https://github.com/ibara/l80).Building
--------
`ar80` should build with any
[D](https://dlang.org/)
compiler for any supported platform. I use
[GDC](https://gdcproject.org/)
on
[OpenBSD](https://www.openbsd.org/)
and that works well.Running
-------
`usage: ar80 library file1.obj [file2.obj ...]`The `.lib` extension is automatically appended to `library`.
License
-------
ISC License. See `LICENSE` for details.