Skip to content

Commit

Permalink
Added list of current supported instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascc committed Dec 25, 2020
1 parent 1ace31a commit 5820a77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ A just-in-time [brainf***](https://en.wikipedia.org/wiki/Brainfuck) compiler for

The executable takes an input file path as a command line argument, and executes that file, providing some extra diagnostic information (a hex dump of the first 256 memory cells).

Currently this JIT compiler only supports the +, -, <, >, and . instructions. The loop and input instructions will be added soon!

### Details

The tape is 30000 cells long, and each cell is a single byte. The tape is not bounds-checked, so the head can overflow the tape and write to unknown memory without causing an error.
Expand Down

0 comments on commit 5820a77

Please sign in to comment.