|
|
| |
ASM2HTML(1) |
FreeBSD General Commands Manual |
ASM2HTML(1) |
asm2html - generate HTML output from NASM assembly source code
asm2html [ -hlxv] [-b [bottomfile]] [-f [file]] [-t [topfile]]
asm2html is a nifty, flexible tool to generate nice-looking HTML from
NASM-syntax (i386) source code.
- -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
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
Douwe H. Kiela, virtus@wanadoo.nl C Hutchinson, portmaster@bsdforge.com
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |