Separate states and parameters
Currently, things like word length are stored as states, which leads to it being printed, and, I assume, stored in the state snapshots.
I think a better, long term, solution is to separate this into parameters and states, where state is register contents and parameters is defined once for the processor.
Edited by Oscar Gustafsson