Skip to content

Commit 3669045

Browse files
committed
updated README
1 parent 35651d4 commit 3669045

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="https://raw.githubusercontent.com/mat-sz/bfloader/master/screenshot.png" alt="Screenshot">
55
</p>
66

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.
88

99
**This project is optimized for the resulting binary size, not performance.**
1010

@@ -26,4 +26,5 @@ To stop the execution hold <kbd>Ctrl</kbd> + <kbd>C</kbd>. While debugging press
2626
- Program length is limited to 16 lines of 80 columns each (1120 characters).
2727
- Each cell is 1 byte long. (256 different values, wrapping).
2828
- 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).
2930
- The editor isn't very advanced.

0 commit comments

Comments
 (0)