S.B.M.F.B
Jump to navigation
Jump to search
S.B.M.F.B(made by User: Yayimhere) stands for stack based memory for brainfuck. in S.B.M.F.B you have a stack to store brainfuck code inside. there are some simple commands in this program to add it to the stack
€(): add the brainfuck code inside the brackets to the top of the stack run^: run the top of the stack runV:run the bottom of the stack shiftV: shift the bottom of the stack one up shift^: shift the top of the stack one down run: run the top of the stack as brainfuck code