On Wed Aug 30 20:43:02 2023 +0000, Nikolay Sivov wrote:
I pushed something, please see if that's what you had in mind.
Mmh, that still doesn't explain what each of them does. I was rather thinking at something like: "`MOVC` selects its third operand if the first one is bitwise zero, the second operand otherwise; `TERNARY` selects its third operand if the first one compares equal to zero (even if its not bitwise zero, like a floating point negative zero), the second operand otherwise".