iURM


4.9 ( 4509 ratings )
Dienstprogramme Bildung
Entwickler Alberto De Bortoli
Frei

iURM is a simulator for the URM (Unlimited Register Machine).
The machine uses a limited set of basic instructions to operate. These instructions are enough to write programs that represent computable functions. Usually the state of the execution starts with the arguments in the initial registers, and the output is served the first register. Registers can be modified during execution. The set of instructions is:

- Z(n): set to 0 the register n
- S(n): add 1 to the register n
- T(m,n): move the content of the register m to the register n
- J(m,n,q): if the content of register m is equal to the content of register n go to instruction q

FREE source code here -> https://github.com/albertodebortoli/iurm
Licensed under the New BSD License.