My omnium-gatherom of scripts and source code.
at main 5 lines 107 B view raw
1 # Assembly Code to test semantics of pushq 2 irmovq 0x100, %rsp 3 pushq %rsp # Ambiguous 4 popq %rax 5 halt