6 lines
107 B
Text
6 lines
107 B
Text
|
# Assembly Code to test semantics of pushq
|
||
|
irmovq 0x100, %rsp
|
||
|
pushq %rsp # Ambiguous
|
||
|
popq %rax
|
||
|
halt
|