Question: Y86-64 assembly code - I am not sure what it means by giving the bit pattern? I know that each instruction has a certain number

Y86-64 assembly code - I am not sure what it means by giving the bit pattern? I know that each instruction has a certain number of bytes but I would assume it related to the address but then it also asks for the address, so I am just a little confused and very new to this topic, I would appreciate any guidance!
6. Consider the Y86-64 code (program) below; the code is not performing any meaningful task anda j ne %r10,%r14 abc irmovq $0x1234567,rdx irmova $-15,%rax abc : adda %rdx , %rax call 1000 jle aboc ret a. Assuming that the first instruction starts at address 10,000, determine a bit pattern (hex would be the most continent) for each instruction of the given code and indicate address of each instruction b. What is the size of the given code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
