A question about
A Register Machine
- it has
designated ‘answer states’ - for any input
, produces a configuration in finitely many steps if and only if
Think of this as an if-else block. The register machine just progresses us to the next appropriate command based on the content of the registers (without changing the registers).