Updated documentation
This commit is contained in:
4
nbfi/README.md
Normal file
4
nbfi/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Naive Brainf\*ck Interpreter
|
||||
---------------------------
|
||||
|
||||
A virtual machine that executes brainf\*ck code.
|
@@ -10,6 +10,8 @@ Instruction set
|
||||
Up until now, all the operations are executed on integers(hence the
|
||||
I\* prefix).
|
||||
|
||||
*Operations overview*:
|
||||
|
||||
IADD - Adds the two items to each other that are 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
|
||||
|
Reference in New Issue
Block a user