Assembler expected an integer in the range 0 . . . (2^32)-1 for unsigned expression OR -(2^31) . . . +(2^31)-1 for signed expression. Error: The assembler expected an unsigned integer value within the range of 0 . . . (2^32)-1 or a signed integer value within in the range of -(2^31) . . . +(2^31)-1. User Action: Check your source code.