J
Jure Sah
Hello,
I am making an application in assembly, however all my API reference is
written for C. I need the binary layout of a specific flag, however it
is defined as:
define WAVE_MAPPER ((UINT)-1)
And this makes no sense to me whatsoever. How does one typecast -1 into
a type that doesn't support negative values? How does this value look in
binary?
Thank you for your help in advance.
--
Primary function: Coprocessor
Secondary function: Cluster commander
"It works, sort of."
-- Xerox Labs, 1973
01010010 01100101 01110011 01101001 01100100 01100101 01101110 01110100
01000010 01000001 01010011 01001001 01000011
I am making an application in assembly, however all my API reference is
written for C. I need the binary layout of a specific flag, however it
is defined as:
define WAVE_MAPPER ((UINT)-1)
And this makes no sense to me whatsoever. How does one typecast -1 into
a type that doesn't support negative values? How does this value look in
binary?
Thank you for your help in advance.
--
Primary function: Coprocessor
Secondary function: Cluster commander
"It works, sort of."
-- Xerox Labs, 1973
01010010 01100101 01110011 01101001 01100100 01100101 01101110 01110100
01000010 01000001 01010011 01001001 01000011