Lab 5: 64-bit Assembler - Aarch64
Instruction This posting will describe the process and the finding of lab 5. This lab covers the comparison between Aarch64 and x86_64. The lab instructs to compare the result of the 'objdump -d' command in Aarch64 and x86_64. Also, it covers the writing code to make the same result using Aarch64 and x86_64. This posting only covers Aarch64 part because I got a login problem in x86_64. You can see the detailed instruction of the lab5 on the Seneca SPO600 website. The Brief Instruction of the Lab 5 about Aarch64 There are four representative part of the Lab 5 Take a look at the code using 'objdump -d objectfile' using aarch64 assembly language programs Take a look at the code using 'objdump -d objectfile' using x86_64 assembly language programs Write code to loop a message with digit using Aarch64 assembly language programs Write code to loop a message with digit using x86_64 assembly language programs This posting only covers the Aarch64 part. ...