One-Instruction Set Computer Code
The one-instruction set computer has been implemented as an emulator or simulator in many different programming languages for different platforms. The source code for the variety of implementations is:
A student project at TU Braunschweig where they have to translate C-like stuff to URISC
One Instruction Set Computer (OISC) emulator and assembler created in C
Simulador de um processador da arquitetura uRISC, de 16 bits
A computer with one instruction: decrement and branch if non-zero
A very simple emulator of a single instruction computer used for genetic/evolutionary programming
Emulator, assembler and sample code for a one operation (OISC) computer
A implementation of a single instruction computer using the SUBLEQ instruction
An emulator for a single-instruction CPU, the instruction is NOR
Please e-mail if you have a one-instruction computer project and want it added to the listing.
Disclaimer: Caveat emptor! The links to the source code illustrate a practical implementation of a one-instruction computer. The authors are not responsible for the details or specifics of each implementation. The listing of outside codeis a courtesy for the readers and those curious about the one-instruction set computer.