1 # Assembly Code to test semantics of pushq 2 irmovq 0x100, %rsp 3 pushq %rsp # Ambiguous 4 popq %rax 5 halt