I'm trying to do a `hex` calculation directly with `bc`, I already specified the scale. echo 'scale=16;c06b1000-c06a5e78' | bc But it still got me zero. What could be wrong?