diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-04-20 20:10:15 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-04-20 20:10:15 +0400 |
commit | 9563d09da6d68194ad1b410048c170b3a6a4f494 (patch) | |
tree | 674b04763e72fa2642f9b341aeaabc1e5eb44726 | |
parent | c7b53ffe1f16da98f1711529dc3ec1cbdba6ab6e (diff) | |
download | nasm-9563d09da6d68194ad1b410048c170b3a6a4f494.tar.gz nasm-9563d09da6d68194ad1b410048c170b3a6a4f494.tar.bz2 nasm-9563d09da6d68194ad1b410048c170b3a6a4f494.zip |
BR3392248: Update nasm manual
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r-- | nasm.txt | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -33,7 +33,7 @@ OPTIONS *-D*|*-d* 'macro[=value]':: Pre-defines a single-line macro. -*-e*:: +*-E*|*-e*:: Causes *nasm* to preprocess the given input file, and write the output to 'stdout' (or the specified output file name), and not actually assemble anything. @@ -42,8 +42,12 @@ OPTIONS Specifies the output file format. To see a list of valid output formats, use the *-hf* option. +*-F* 'format':: + Specifies the debug information format. To see a list of valid output + formats, use the *-y* option (for example *-felf -y*). + *-g*:: - Causes *nasm* to generate debug information in selected format + Causes *nasm* to generate debug information in selected format. *-h*:: Causes *nasm* to exit immediately, after giving a summary of its @@ -124,6 +128,9 @@ OPTIONS *-X* 'format':: Specifies error reporting format (gnu or vc). +*-y*:: + Causes *nasm* to list supported debug formats. + *-Z* 'filename':: Causes *nasm* to redirect error messages to 'filename'. This option exists to support operating systems on which stderr is not easily redirected. |