-o Option: Output File Name
-f Option: Output File Format
-l Option: Generating a Listing File
-L Option: Additional or Modified Listing Info
-M Option: Generate Makefile Dependencies
-MG Option: Generate Makefile Dependencies
-MF Option: Set Makefile Dependency File
-MD Option: Assemble and Generate Dependencies
-MT Option: Dependency Target Name
-MQ Option: Dependency Target Name (Quoted)
-MP Option: Emit Phony Makefile Targets
-MW Option: Watcom make quoting style
-F Option: Debug Information Format
-g Option: Enabling Debug Information.
-X Option: Selecting an Error Reporting Format
-Z Option: Send Errors to a File
-s Option: Send Errors to stdout
-i Option: Include File Search Directories
-p Option: Pre-Include a File
-d Option: Pre-Define a Macro
-u Option: Undefine a Macro
-E Option: Preprocess Only
-a Option: Suppress Preprocessing
-O Option: Multipass Optimization
-t Option: TASM Compatibility Mode
-w and -W Options: Enable or Disable Assembly Warnings
-v Option: Display Version Info
--[gl]prefix and --[gl]postfix Options
--pragma Option
--before Option
--bits Option
--limit- Options
--keep-all Option
--no-line Option
--reproducible Option
NASMENV Environment Variable
ASSUME
? ... :: Conditional Operator
||: Boolean OR Operator
^^: Boolean XOR Operator
&&: Boolean AND Operator
|: Bitwise OR Operator
^: Bitwise XOR Operator
&: Bitwise AND Operator
+ and -: Addition and Subtraction Operators
SEG and WRT
STRICT: Inhibiting Optimization
JMP and CALL Syntax
PUSH and POP Extensions
%line directives
%define
%define: %xdefine
%[...]
%+
%? and %??
%*? and %*??
%undef
%assign
%defstr
%deftok
%defalias
%,
%abs() Function
%b2hs() Function
%chr() Function
%cond() Function
%count() Function
%depend() Function
%env() Function
%eval() Function
%find() and %findi() Functions
%hex() Function
%hs2b() Function
%is() Family Functions
%limit() Function
%map() Function
%null() Function
%num() Function
%ord() Function
%pathsearch() Function
%realpath() Function
%sel() Function
%selbits() Function
%str() Function
%strcat() Function
%strlen() Function
%substr() Function
%tok() function
%macro