Quoted By:
How do I convert 16 bit 2'K format numbers to 8 bit 2'K format?
Also, how do I know that if that 16 bit number is not too large for 8 bit one?
Examples that I have are:
8001 (base 16) => FF(base 16)
0025 (base 16) => 02(base 16)
82BC (base 16) => ERROR - too large