Changes

Jump to: navigation, search

SPO600 64-bit Assembly Language Lab

8 bytes added, 18:10, 23 January 2014
Group Lab Tasks
1. Build and run the C versions of the program for x86_64.
2. Review, build, and run the x86_64 assembler codeprograms. 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 codeprograms. Make sure you understand the code.
6. Here is a basic loop in x86_64 assembler:

Navigation menu