[comp.sys.m68k.pc] 68000 shifts/rotates

mwm@VIOLET.BERKELEY.EDU (Mike Meyer, My watch has windows) (06/28/87)

No, those timings are correct.

On the 68000 and 6801[02] the shift and rotate instructions always
shift by only one bit if the target is memory. The instructions that
allow you to specify a shift count all work on registers.

	<mike