Welcome to BSDforge

Projects : Textproc/asm2html

asm2html

asm2html converts NASM syntax assembly code to HTML code.

Example of the output delivered by asm2html:
[example.asm.html]

News:


asm2html is also available from NetBSD pkgsrc and FreeBSD ports, you can install it from devel/asm2html, or from textproc/asm2html, by performing the following;

If you're on FreeBSD, using the ports system:
$ cd /usr/ports/textproc/asm2html $ make $ make install clean
If you use the FreeBSD pkg system:
$ pkg install textproc/asm2html
If you're on NetBSD:
$ cd /usr/ports/devel/asm2html $ make $ make install clean

As you can see; the only difference between the two, is the source location -- devel vs. textproc.

If you have questions, comments, or if you want to contribute to asm2html. Join the conversations on the asm2html blog, to arrive here soon!