0 bits, an eight byte

From Esolang
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")}}