It sure would be nice to to not have to convert hex numbers manually when using dd…

    # dd bs=0x200
    dd: invalid number `0x200'

This was a really easy fix. Here is the patch.