[Nasm-bugs] [Bug 3392480] macro CPU doesn't work as expected.

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Sat May 12 08:18:40 PDT 2018


https://bugzilla.nasm.us/show_bug.cgi?id=3392480

fullofbug at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fullofbug at gmail.com

--- Comment #1 from fullofbug at gmail.com ---
I just figured out that any of the following should reset the instruction set
settings to default
CPU all
CPU any
CPU default
[cpu all]
[cpu any]
[cpu default]

These work on version 2.13.03 but are broken in version 2.14rc0.
However, according to NASM documentation, "All options are case insensitive".
This is true for version 2.14rc0 but not true for version 2.13.03. The CPU id
must be all lower case. Any of the following cause "unknown cpu type" error.
CPU All
CPU Prescott
[cpu Any]

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.


More information about the Nasm-bugs mailing list