News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

NASM syntax

Started by Siekmanski, September 08, 2011, 05:11:48 PM

Previous topic - Next topic

Siekmanski

How can I translate this NASM syntax to MASM:

   and    eax,15^-1

Masm gives this error "error A2044:invalid character in file"

qWord

FPU in a trice: SmplMath
It's that simple!

Siekmanski