1,885
edits
Changes
no edit summary
7. Repeat step 8 for x86_64.
=== Optional Investigation (Recommended) ===
1. Build and run the three C versions of the program for x86_64 and aarch64. Take a look at the differences in the code.
2. Use the <code>objdump -d</code> command to dump (print) the object code (machine code) and disassemble it into assembler for each of the binaries. Find the <code><nowiki><main></nowiki></code> section and take a look at the code. Also notice the total amount of code.
=== Deliverables ===