我如何推断该值存储在EAX中?

时间:2018-09-20 19:26:51

标签: assembly

所以我有这些指示:

0x0000000000400602 <+69>:   call   0x4004b0 < strcmp@plt >    
0x0000000000400607 <+74>:   test   eax,eax   
0x0000000000400609 <+76>:   jne    0x400617 < main+90 >

我读到eax存储了strcmp返回值,但是我怎么推断呢?我看不到任何将strcmp返回值存储在eax寄存器中的指令。

0 个答案:

没有答案