Open main menu

CDOT Wiki β

Changes

SPO600 64-bit Assembly Language Lab

4 bytes removed, 08:45, 11 November 2021
Optional Investigation (Recommended)
3. Review, build, and run the x86_64 assembly language programs. Take a look at the code using <code>objdump -d '''objectfile'''</code> and compare it to the source code. Notice the absence of other code (compared to the C binary, which had a lot of extra code).
4. Build and run the three assembly language versions of the program for aarch64. Verify that you can disassemble the object code in the ELF binary using <code>objdump -d '''objectfile'''</code> and take a look at the code.  
=== Deliverables ===