Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MeGaL0DoN authored Jul 21, 2024
1 parent fe1df2f commit e6c43fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
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

0 comments on commit e6c43fb

Please sign in to comment.