An assembler for x86_32. https://code.ivysaur.me/asmbuilder
pl
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu 285dbf5c89 commit all archived files 2016-01-24 00:00:00 +00:00
dist-archive commit all archived files 2016-01-24 00:00:00 +00:00
.legacy-codesite.toml initial meta commit 2015-08-01 00:00:00 +00:00
README.md commit all archived files 2016-01-24 00:00:00 +00:00

README.md

asmbuilder

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

2015-09-09: r44-private

  • Initial private release

2015-08-01: r0

  • Initial commit