1,885
edits
Changes
→Group Lab Tasks
1. Build and run the two C versions of the program for x86_64. Take a look at the differences in the code.
2. Review, build, and run Use the <code>objdump -d</code> command to dump the object code (machine code) for the x86_64 assembly language programstwo binaries. Make Find the <code><nowiki><main></nowiki></code> section and make sure you understand the code.
3. Review, build, and run the x86_64 assembly language programs. Make sure you understand the code. 4. Build and run the two C versions of the program for aarch64. Verify that you can disassemble the object code in the ELF binary using <code>objdump -d</code>
5. Review, build, and run the aarch64 assembly language programs. Make sure you understand the code.