Skip to content

ZS-86: Dealt with sledding and KS-asm issues

Jason Hiser requested to merge ZS-86-magick-bug into master

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.

Merge request reports