Disables recognition of mnenomics for the SIMD (single instruction, multiple data) instruction set extensions.
Syntax
.NOSIMDRemarks
Does not affect recognition of instruction mnemonics for the currently selected primary processor; it only disables recognition of the SIMD mnemonics.
The .NOSIMD directive is not available in the M510, M600, M611, M612, or M613 emulation modes.
; Top of file - no processor currently selected .586 ; 586 mnemonics now being recognized .SIMD ; enables both SIMD and 686 mnemonics .NOSIMD ; 686 mnemonics still enabled