gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gdb] Asm to C++ conversion


From: Alex Stepovenko
Subject: [Gdb] Asm to C++ conversion
Date: Fri, 22 Feb 2002 16:09:22 +0200

When I gdb'ed a piece of certain code, I got the next results:

cmp   X, Y
jl        label1:
jne     label2;
cmp   Z, Z1
je       label3;

I know that the code was written in C++ and compiled by GCC 2.95. Can anyone
please tell me what kind of compare instructions were used so that is
resulted in the abobe-mentioned code.

Thanks,
Alex
address@hidden






reply via email to

[Prev in Thread] Current Thread [Next in Thread]