Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 631 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 631 Bytes

subleq

A collection of tools for working with SUBLEQ one-instruction set computers.

About

A one-instruction set computer (OISC) is an abstract machine whose processor can only perform one operation. With a judicious choice for the single instruction (and infinite resources,) an OISC is capable of being a universal computer in the same manner as traditional computers that have multiple instructions.

SUBLEQ, "subtract and branch if less than or equal to zero," is one such instruction.

License

MIT