commit all archived files

This commit is contained in:
mappu 2016-01-24 00:00:00 +00:00
parent 1072f9a8b2
commit 285dbf5c89
2 changed files with 26 additions and 0 deletions

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# asmbuilder
![](https://img.shields.io/badge/written%20in-C%2B%2B-blue)
An assembler for x86_32.
This project contains two parts:
- An assembler library, capable of producing x86_32 output in either raw binary format, COFF .obj binary format, and/or NASM text format
- An assembler binary around it, which parses assembly input files and calls into the above library
It's intended to be useful either as a standalone assembler, or integrated as a library into part of a larger toolchain.
Tags: PL
## Changelog
2016-01-24: r44
- Public release of last private release
- [⬇️ asmbuilder-r44.zip](dist-archive/asmbuilder-r44.zip) *(16.06 KiB)*
2015-09-09: r44-private
- Initial private release
2015-08-01: r0
- Initial commit

Binary file not shown.