Assembly

Here you can find all the assembly examples and sourcecode that you can download.

BrainF*ck Interpreter

EJ Smith | January 19, 2006

This is a BrainF*ck interpreter written in x86 Assembly, so far the program is compatible with 8086+. Althought the interpreter is largely finished, there is only one thing that isn\'t, and that is the input. Other than that, it works just fine as far as I can tell. =)