Two's complement question/issue? [SOLVED]

I tested the bitWidth feature with the beta release and beta editor. I definitely see the behavior change, but it looks like the bitWidth logic is internally capped at 7 bits. For example, I get 1001110 for -50 and 1110100 for -12 even if I set bitWidth to 8 or 9. Could you please check if you see this as well?