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

5 lines
80 B
Text

# prog4: No padding
irmovq $10,%rdx
irmovq $3,%rax
addq %rdx,%rax
halt