CSAPP-sol/arch/sim/y86-code/pushquestion.ys

6 lines
107 B
Plaintext

# Assembly Code to test semantics of pushq
irmovq 0x100, %rsp
pushq %rsp # Ambiguous
popq %rax
halt