Commit 3669045 1 parent 35651d4 commit 3669045 Copy full SHA for 3669045
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4
4
<img src =" https://raw.githubusercontent.com/mat-sz/bfloader/master/screenshot.png " alt =" Screenshot " >
5
5
</p >
6
6
7
- Boot sector [ Brainfuck] ( https://en.wikipedia.org/wiki/Brainfuck ) interpreter, fits in 512 bytes.
7
+ Boot sector [ Brainfuck] ( https://en.wikipedia.org/wiki/Brainfuck ) IDE and interpreter, fits in 512 bytes.
8
8
9
9
** This project is optimized for the resulting binary size, not performance.**
10
10
@@ -26,4 +26,5 @@ To stop the execution hold <kbd>Ctrl</kbd> + <kbd>C</kbd>. While debugging press
26
26
- Program length is limited to 16 lines of 80 columns each (1120 characters).
27
27
- Each cell is 1 byte long. (256 different values, wrapping).
28
28
- Program memory space starts at 0xF000. It is possible to overwrite memory segments that shouldn't be overwritten.
29
+ - Program's output is limited to 6 lines of 80 columns each (480 characters).
29
30
- The editor isn't very advanced.
You can’t perform that action at this time.
0 commit comments