Lab3: Arithmetic Operations
- Copy the Lab3 folder (and its contents)
- Modify the *.nasm file (Each function should have a comment block - lines starting with ';' containing instructions)
- Build and run using the following commands:
cmake . && cmake --build .
./lab3