Check-in 30
If you attend class on 11/6, you will have a chance to do this assignment in-class for the C30 grade

Translate the following code into x64:

int main(){
  int8_t a;
  int8_t b;
  return a + -b;
}
If you skip class on 11/6, you should complete the above assignment on your own.
Turn your work in on Canvas to the C30 folder by 11:59 PM on 11/12 (the Sunday following 11/6).