Lab 4 - 64-bit Assembly Language Lab
Today, I will discuss 64-bit Assembly Language Lab and modify the code to get the different results. First, let's unpack the code examples to my home directory by using tar -xvf /public/spo600-assembler-lab-examples.tgz command. Now I can find the directory in my home directory. Let's start the lab! 1. Review, build, and run the aarh64 assembly language programs. Take a look at the code using objdump -d objectfile and compare it to the source code.