DragonFly On-Line Manual Pages

Search: Section:  


ASM2HTML(1)            DragonFly General Commands Manual           ASM2HTML(1)

NAME

asm2html - generate HTML output from NASM assembly source code

SYNOPSIS

asm2html [ -hlxv] [-b [bottomfile]] [-f [file]] [-t [topfile]]

DESCRIPTION

asm2html is a nifty, flexible tool to generate nice-looking HTML from NASM-syntax (i386) source code.

OPTIONS

-b [bottomfile] Specifies the bottom file, the file to be displayed below the HTML generated by asm2html -f [file] The NASM-syntax source file you want to generate HTML output from -h Help menu -l Display lines on the HTML page -t [topfile] Specifies the top file, the file to be displayed on top of the HTML generated by asm2html -x Do not display the banner on the bottom of the HTML output -v Display version number

EXAMPLES

To generate a html file from NASM assembly source: asm2html -f source.asm To generate a html file from NASM assembly source with line numbers: asm2html -f source.asm -l To generate a html file from NASM assembly source with a topfile and bottomfile: asm2html -f source.asm -t top.html -b bottom.html

AUTHOR

Douwe H. Kiela, virtus@wanadoo.nl C Hutchinson, portmaster@bsdforge.com ASM2HTML(1)

Search: Section: