On 12/7/22 10:01:33, Steve Smith wrote:
"The second operand is two bytes in length and is treated as a 16-bit signed binary integer."So, I think it's just a bug. I haven't had occasion to use -1 with CHSI, etc., but I have with MVHI, etc. and no such warning is emitted.
It appears that HLASM needs a cast-like facility so a programmer could code, as in C: (signed short)0xffff -- gil
