csci2021/ArchLab/archlab-handout/sim/y86-code/pushquestion.yo
Michael Zhang 1fa36db752
f
2018-01-29 17:45:27 -06:00

5 lines
257 B
Text

| # Assembly Code to test semantics of pushq
0x000: 30f40001000000000000 | irmovq 0x100, %rsp
0x00a: a04f | pushq %rsp # Ambiguous
0x00c: b00f | popq %rax
0x00e: 00 | halt