Skip to content

Implementation of a brainfuck interpreter written for the Game Boy.

Notifications You must be signed in to change notification settings

bitnenfer/gameboy-brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameBoyFuck

Brainfuck Interpreter for Game Boy

Simple implementation of a 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.

About

Implementation of a brainfuck interpreter written for the Game Boy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published