SPO-600 64-bit Assembly Language Lab4-part1
In this lab we are asked to work with two machine, one of which is built on aarch64 and the other one is built on x86_64 architecture. I was asked to work and explore with different existing assembly programs.
At first, I extract the required file tree from both the machine. After that I explore the different directory codes and compare them with their "objdump -d objectfile" outputs. After that I tested two codes for two different architecture whose purpose was same. It took number 10 as the counter value and showed an output that amount of time using a loop.
You can see the screenshots of those experiments here.
Comments
Post a Comment