Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要解释/模拟 x86 指令的 PUSH 和 POP 系列。
我现在的问题是:
PUSH 和 POP 指令是否可以接受段覆盖前缀,以便我可以推送或弹出到ES:SP、CS:SP、DS:SP或代替 ?FS:SPGS:SPSS:SP
ES:SP
CS:SP
DS:SP
FS:SP
GS:SP
SS:SP
段覆盖前缀影响 PUSH 的源位置和 POP 的目标位置。 您不能覆盖堆栈段。