35.3.3 INTEGER SHIFT/ROTATES INSTRUCTIONS




	Shift and Rotates Instructions Include

	Shifts:
		- Arithmetical Shift	(Left/Right)
		- Logical      Shift	(Left/Right)
	Rotate:
		- Simple		(Left/Right)
		- with Carry Flag	(Left/Right)

	Also exist some other complex rotates and registers order
swaps.

	

// ----------------------------------------------------------------------


Index Prev Next