Adding Precision (unsigned)
What if we want to take an unsigned number and add more bits to it?
Just add zeros to the left. 128 = $80 (8 bits) = $0080 (16 bits) = $00000080 (32 bits)
Previous slide
Next slide
Back to first slide
View graphic version