Nyyrikki wrote a brainfuck compiler for MSX which compiles brainfuck sources for CP/M compatilbe systems with optional optimizations for MSX. Brainfuck is - believe it or not - a programming language, and a very special one. Brainfuck was developed in 1993 by Urban Müller from Switzerland. Originally it was created for Amiga systems, but the simplicity of Brainfuck allows it to be ported to many systems. On the web, many Brainfuck resources can be found, this is a good place to start. Some of the highlights of this language:
- It consists of eight commands
- Despite of the low number of commands, it is a Turing-complete language. Which means it is in fact a real programming language. ;)
- Urban Müller managed to squeeze the entire compiler for Amiga in less than 200 bytes.
The Brainfuck compiler for MSX can be found in the software section at Nyyrikki's website and includes several brainfuck sources, including a DeCSS source. So now you van decrypt DVD's on your MSX! ;)
Comments (2)
By ricbit
Champion (438)
27-11-2002, 03:57
By Latok
msx guru (3908)
27-11-2002, 08:42