-
Jason Hiser authored
Large ints as constant operands are weird in ks-asm. Need to use positive value, in hex, for less than max-signed-int, and negative hex values for values between max-signed-int and max-unsigned-int.
Jason Hiser authoredLarge ints as constant operands are weird in ks-asm. Need to use positive value, in hex, for less than max-signed-int, and negative hex values for values between max-signed-int and max-unsigned-int.