Ecosyste.ms: Awesome

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

https://github.com/bitnenfer/gameboy-brainfuck

Implementation of a brainfuck interpreter written for the Game Boy.
https://github.com/bitnenfer/gameboy-brainfuck

Last synced: 2 months ago
JSON representation

Implementation of a brainfuck interpreter written for the Game Boy.

Lists

README

        

![GameBoyFuck](http://voidptr.io/dev/gameboy-brainfuck.gif)

Brainfuck Interpreter for Game Boy
==================================

Simple implementation of a [Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) interpreter written in Z80-ish assembly for the Game Boy.
It's limited because of the platform. For example the amount of nested loops depend on the stack size. This implementation also has a reduced memory for brainfuck operations. Instead of the 30000 cells generally seen in interpreters this one has only 3072 cells.