I am trying to look at assembler code, and representing it as C code.

For ia32, x86 platforms,
assembler like the following

ADD eax,ebx;
JO integer_overflow_detected;

How would I represent this in C?

Kind Regards

James

Reply via email to