SPO600 Lab 4
In this lab, each group was tasked with writing assembly code. We had to write a simple hello world program, extending on it, and running it on the x86_64 and aarch64 servers. We also had to write the assembly for […]
Coding: an action where your thinking is not restricted to limitations.
In this lab, each group was tasked with writing assembly code. We had to write a simple hello world program, extending on it, and running it on the x86_64 and aarch64 servers. We also had to write the assembly for […]
Lab 3 exposed us to some assembly code. We were instructed to create a simple hello world program in C and investigate the assembly code to see how the compiler generates the instructions for the machine. Each group of 4/5 […]