An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/github/license/azarovalex/azIDE.svg)

# 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.)