Write the snippet of x86-64 assembly code that will compute the polynomial:
a = -16×3 – 9×2 – 6 x + 22
where “a” is %rdx and x is in the memory location pointed to by %rbp. Both a and x are 64-bit integers. You may assume that all registers other than %rbp, %rsp and %rip are available for your use.
Please use the AT&T (default GNU) syntax (i.e., where the source operands appears before the destination operand).
Copyright By PowCoder代写 加微信 powcoder
Please write or cut-and-paste your solution to the space provided. Do not provide a link – it will be a nightmare to have to click and go through the download dialog for each and every one of the 100+ students.
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com