-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
# MegaBF | ||
|
||
Brainfuck AOT/JIT compiler to x64 written in C++ | ||
Fast Brainfuck AOT/JIT compiler for x86-64 windows, written in C++ | ||
|
||
## Build | ||
|
||
Currently only windows is supported, open MegaBF.sln in visual studio and build. | ||
Only windows is supported using MSVC or Clang in Visual Studio. | ||
|
||
## Usage: | ||
|
||
``` | ||
MegaBF -filepath | ||
``` | ||
Or open without parameters to type the source code, then press CTRL + Z (on windows) or CTRL + D (on linux) to run the program. | ||
Or open without parameters to type the source code, then press CTRL + Z to run the program. | ||
|
||
After running the program, file x64_output.txt is created, which contains raw x64 hex string which you can disassemble. | ||
|
||
![mandelbrot](https://github.com/user-attachments/assets/576a54f9-4218-4a32-9247-a8f314a84459) | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the LICENSE.md file for details |