<<< Two's complement representation | Index | Overflow detection >>> |
To change the size of an integer without changing its value
if positive (left-most bit 0), pad left with 0s
if negative (left-most bit 1), pad left with 1s
<<< Two's complement representation | Index | Overflow detection >>> |