Updated documentation

This commit is contained in:
Veit Heller
2014-08-01 18:03:17 +02:00
parent 7e838a0e54
commit b4cf7fac24
2 changed files with 6 additions and 0 deletions

4
nbfi/README.md Normal file
View File

@@ -0,0 +1,4 @@
Naive Brainf\*ck Interpreter
---------------------------
A virtual machine that executes brainf\*ck code.

View File

@@ -10,6 +10,8 @@ Instruction set
Up until now, all the operations are executed on integers(hence the Up until now, all the operations are executed on integers(hence the
I\* prefix). I\* prefix).
*Operations overview*:
IADD - Adds the two items to each other that are on top of the stack IADD - Adds the two items to each other that are on top of the stack
and stores the result on top of the stack. and stores the result on top of the stack.
ISUB - Subtracts the two items from each other that are on top of the ISUB - Subtracts the two items from each other that are on top of the