You start with 256 bits of data, in an array. > moves the curser right < moves the curser left + adds 1 to the current array bit - subtracts 1 from the current array bit , takes user input and inserts it into the current array bit . prints the current array bit’s symbol using ASCII [ goes to end bracket if the current array bit is 0. ] goes back to start bracket That’s all you need to start coding in BrainF*k To use my emulator, type in your code (you can split it between lines if you want) and then type run on a separate line and press enter. If you want to run a premade program, type the number after run.(Ex. “run 1” for Hello World)
:)