nasm.man
来自「一个汇编语言编译器源码」· MAN 代码 · 共 29 行
MAN
29 行
NASM(1) NASM(1)
NNAAMMEE
nasm - the Netwide Assembler - portable 80x86 assembler
SSYYNNOOPPSSIISS
nnaassmm [ --ff format ] [ --oo outfile ] [ _o_p_t_i_o_n_s... ] infile
nnaassmm --hh
nnaassmm --rr
DDEESSCCRRIIPPTTIIOONN
The nnaassmm command assembles the file _i_n_f_i_l_e and directs
output to the file _o_u_t_f_i_l_e if specified. If _o_u_t_f_i_l_e is not
specified, nnaassmm will derive a default output file name
from the name of its input file, usually by appending `.o'
or `.obj', or by removing all extensions for a raw binary
file. Failing that, the output file name will be
`nasm.out'.
OOPPTTIIOONNSS
--hh Causes nnaassmm to exit immediately, after giving a
summary of its invocation options, and listing all
its supported output file formats.
--aa Causes nnaassmm to assemble the given input file with
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?