6 lines
90 B
Text
6 lines
90 B
Text
# prog3: Pad with 1 nop
|
|
irmovq $10,%rdx
|
|
irmovq $3,%rax
|
|
nop
|
|
addq %rdx,%rax
|
|
halt
|