News:

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

CLR_INVALID correction

Started by Tedd, August 21, 2011, 02:03:42 PM

Previous topic - Next topic

Tedd

CLR_INVALID equ 0FFFFh

Should be:
CLR_NONE    equ 0FFFFFFFFh
CLR_INVALID equ CLR_NONE

No snowflake in an avalanche feels responsible.

dedndave

if it had been defined as -1, we wouldn't be changing anything   :P
i am sure the 0FFFFh is the 16-bit representation