x86 assembly abs() implementation?

Posted by Greg C. on Stack Overflow See other posts from Stack Overflow or by Greg C.
Published on 2010-04-14T16:29:00Z Indexed on 2010/04/14 16:43 UTC
Read the original article Hit count: 268

Filed under:

I need to get the difference of 2 signed integers. Is there an ABS() function in x86 assembly language so I can do this. Any help would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about assembly