Shorty – 680×0 with x86 data
So those pesky Intel chips put the least significant byte first, and your super efficient 680×0 code needs to translate? Easy! Rotate, swap, rotate. This takes advantage that the 680×0 32-bit registers can be operated on as if they are 16-bit, at least with certain…