Check-in 25
If you attend class on 3/27, you will have a chance to do this assignment in-class for the C25 grade

Write x64 code for the snippet. Assume a, b, c are all global variables

		if (a == 2){
			a = b – c;
		}
		

If you skip class on 3/27, you should complete the above assignment on your own.
Turn your work in on Canvas to the C25 folder by 11:59 PM on 4/2 (the Sunday following 3/27).