Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.