BitSteering.md (361B)
1 # Bit Steering 2 3 CA L3 4 5 **Definition:** This is a bit in an instruction that determines how later bits are interpreted. 6 7 A good example of this is an [Opcode](Opcode.md). 8 9 There are also other examples including Alpha's ([ISA](ISA.md)) ADD instruction which allows for permutations of the ADD instruction based on a bit passed to it as part of the instruction.