Let x and y be bit vectors of length w Define x and y as the values represented by these bits in two’s complement form x=B2Tw(x) and B2Tw(y) Let x′ and y′ as the values represented by the bits x and y in unsigned form x′=B2Uw(x) and y′=B2U(y) T2Bw(x∗wty)=U2B(x′∗wuy′) Demonstration Sources Computer Systems - A Programmer’s Perspective Related Notes Multiplying signed integers Multiplying unsigned integers