Lab 2: Two’s Compliment

This lab introduces the programer to many important programing concepts including:
  • Signed numbers
  • Two’s compliment conversion
  • Subtraction by 2’s compliment addition
  • Multiplication and division by binary shift
  • Condition code registers
  • Indexed addressing mode
  • Conditional looping
These techniques will be used to solve simple problems and evaluated using the excel simulator.

About the Author