for i in {0..9} {a..f}; do for j in {0..9} {a..f}; do cat 22o.s | sed "s/.byte 0/.byte 0x$i$j/" > 22o-$i$j.s; done; done