let
input_s8 iz =
let
b = input_u8 iz
in
if
b
land
128 <> 0
then
b - 256
else
b