In this lab you'll analyze and debug Prg6.s which is a buggy assembly version of Prg6.c, the FindPrimes program
Read through Prg6.c, to be sure you understand how it works.
Go through Prg6.s, and get a general feel for how it relates to the C file. Look up any opcodes you see that haven't been covered in lecture yet.
Fix Prg6.s so that it works properly (like the directly compiled Prg6.c).
Get an OK from me or an LA, and then submit your fixed Prg6.s