https://github.com/azarovalex/azide
This is the Brainfuck IDE written in assembly.
https://github.com/azarovalex/azide
assembly brainfuck fasm winapi
Last synced: about 1 year ago
JSON representation
This is the Brainfuck IDE written in assembly.
- Host: GitHub
- URL: https://github.com/azarovalex/azide
- Owner: azarovalex
- License: mit
- Created: 2018-11-25T18:00:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T14:39:12.000Z (over 7 years ago)
- Last Synced: 2025-05-13T01:53:27.675Z (about 1 year ago)
- Topics: assembly, brainfuck, fasm, winapi
- Language: Assembly
- Homepage:
- Size: 2.84 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# What is this?
Just the world's smallest, fully functional [Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) IDE. It is written in [Flat Assembly](https://flatassembler.net/) and uses a bunch of [WinAPI](https://en.wikipedia.org/wiki/Windows_API) calls. Actually the only reason I used WinAPI are the requirements for the course project but who cares🤔.
The program can open, edit, save and run your Brainfuck code just like Xcode can hang your macOS for two minutes. More features might be added later (highlighting, sane programming languages etc.)