mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-19 18:00:23 +08:00
BR3392248: Update nasm manual
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
c7b53ffe1f
commit
9563d09da6
11
nasm.txt
11
nasm.txt
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user