Lab 6: Flag Manipulations

  • Copy the Lab6 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 .
./lab6