1,885
edits
Changes
→Group Lab Tasks
2. Review, build, and run the x86_64 assembler programs. Make sure you understand the code.
4. Build and run the C versions of the program for aarch64 (note: you may need to <code>make clean</code>). Verify that you can disassemble the object code in the ELF binary using <code>objdump -d</code>
5. Review, build, and run the aarch64 assembler programs. Make sure you understand the code.