We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
0 bits, an eight byte
Jump to navigation
Jump to search
0 bits, an eight byte is an assembly language for a 0-bit CPU, made by user:tommyaweosme. With 1/8 byte of memory, this machine could store 1 instruction.
Commands
| Command | Name | Meaning |
|---|---|---|
| � | END | END. Print the entire memory as bits and end the program. |
Examples
All possible programs
� -> �
Quine
�
Interpeter in Javascript
function zbaeb(x){
if (x == "�"){
return("�")
} else { return("Syntax Error")}}