The Processor Collection
(NOTE: Anyone can contirbute.) The Processor Collection is an esolang that behaves like an CPU, but with ... bits of data and program memory and ... bits of command data. It has multiple variants and to open one variant, at the start of the code there must be the variant ID.
1 bit, 1 bit (id: 1)
The worst of all. It has 1 bit of memory for both program and data. Commands: 0, which is a NOP and 1 which bit-flips the memory. Change the memory to one: ␁ Nothing: ␀
2 bits, 1 bit (id: 2)
Exactly same as 1 bit, 1 bit but now 1 flips then moves. Fill the entire memory with 1: ␁␁
One byte, 2 bits
00 means nop, 01 means flip current memory cell and go forward. The loop instructions we got are 10 and 11 which if the cell equals zero, it stops. If it is one, it loops.
Programs
Made in 1by2bi Dump: none Code: ␁␂␃␀ (Equalient to brainfuck program ">+[]") Made by: mrtli081
16 bits, 2048 bits (id: 32768)
See here. 16 bits, 256 bytes
Note: The character set here is different from the character set of the original page.
Dump: Hello, world!␍␊␀ Code: ␙␀␀␈ô␐@␉ЀÁ␂ð␀␀␀