我正在阅读教科书 Randal E. Bryant, David R. O'Hallaron - Computer Systems。程序员的视角 [第 3 版](2016 年,Pearson)
我遇到了这个问题,我不确定作者是如何获得答案的。
In the following excerpts from a disassembled binary, some of the information has been replaced by Xs.
Answer the following questions about these instructions. (You do not need to know anything about the callq instruction here.)
What is the target of the je instruction below?
40042f: 74 F4 je XXXXXX
400431: 5D pop %rbp
有人可以帮助解释为什么这样的解释吗?我不确定他们如何获得 -12 和 0xf4 值,以及为什么需要它们来计算此处的 je 指令的目标。