MENTAL-1 is a CPU that natively runs Brainfuck code. Brainfuck is an incredibly simplistic language. At its core, it consists of only eight basic instructions, a one-dimensional array of bytes, a data pointer, and an instruction pointer. I won't go into detail about the language here, but skimming over the wikipedia page http://en.wikipedia.org/wiki/Brainfuck will give you a good idea of how it works.
Hi, that thing looks awesome.
Could you maybe explain the 'runs Brainfuck natively' part?
I know what Brainfuck is, but I don't understand how it is utilized here.