6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
# prog8: Forwarding Priority
|
|
irmovq $10,%rdx
|
|
irmovq $3,%rdx
|
|
rrmovq %rdx,%rax
|
|
halt
|