Lab5: Bit Operations
- Copy the Lab5 folder (and it's 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 .
./lab5