Check-in 25
If you attend class on 10/25, 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 10/25, you should complete the above assignment on your own.
Turn your work in on Canvas to the C25 folder by 11:59 PM on 10/29 (the Sunday following 10/25).