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

Popular posts from this blog

SPO600-Lab2 (Experimenting with 6502 emulator)

Naziur Rahman khan Fall 2022 SPO600 Project (Algorithm-part1)

SPO600-Lab 2 (Continued)