GNU Info

Info Node: (nasm.info)Section 2.1.9

(nasm.info)Section 2.1.9


Next: Section 2.1.10 Prev: Section 2.1.8 Up: Section 2.1
Enter node , (file) or (file)node

2.1.9. The `-s' Option: Send Errors to `stdout'
-----------------------------------------------

   The `-s' option redirects error messages to `stdout' rather than
`stderr', so it can be redirected under `MS-DOS'. To assemble the file
`myfile.asm' and pipe its output to the `more' program, you can type:

     nasm -s -f obj myfile.asm | more

   See also the `-E' option, *Note Section 2.1.8::.


automatically generated by info2www version 1.2.2.9