Changes
Z80
,/* ROT group */
| srl (ixy+d)->r || DD/FD CB dddddddd 00111rrr || 7 || 23 (4,4,3,5,4,3) || cf := (ixy+d).0, (ixy+d) := r := (ixy+d) >> 1
|}
Note: all ROT operations calculate flags in the same way, except for 8080-style ROT operations (RLCA, RRCA, RLA, RRA)
=== Bitwise group ===