Hotstate machine exponential output states

A traditional state machine produces the same output state vector at the same address. At compile time it can have 2^n*Lpossible states where n is the number of output states and L is the number of lines of microcode. At runtime, the traditional state machine has L...