Question: In this level you will be working with memory. This will require you to read or write to things stored linearly in memory. If you
In this level you will be working with memory. This will require you to read or write
to things stored linearly in memory. If you are confused, go look at the linear
addressing module in 'ike. You may also be asked to dereference things, possibly multiple
times, to things we dynamically put in memory for your use.
Please perform the following:
Place the value stored at x into rax
Increment the value stored at the address x by x
Make sure the value in rax is the original value stored at x and make sure
that x now has the incremented value.
We will now set the following in preparation for your code:
xxa
Please give me your assembly in bytes up to x bytes:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
