• Minus 2 find the complement in hexadecimal
  • Mod 1 by dividing the basis and converting 2 to 16, 02H
  • 2 complement =ff-02+1 = FEH
  • ff-FE+1 = 02 -2
  • ff-F2+1 = 0e -14
  • ff-90+1 = 70 -112
  • ff-F8+1 = 08 -8