
I need to know how to create the 0s complement of a number.
EXAMPLE: the 0s complement of 5 is -5.
Or how do you make a number negative in AX?
Maybe there is a trick to make a variable negative.
Let me know! (I suddenly needed this while I was programming in product builder.)
Thanks,
*This post is locked for comments
I have the same question (0)Well don't search to far for the solution...
x = -x; is just what you need.
kind regards,