Skip to content

matthilde/bootbf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bootBF is a brainfuck interpreter that fits in the 512 bytes of the boot sector.
NOTE: This is a mirror from https://git.h3liu.ml/matthilde/bootbf so I can show it up on my GH profile.

Compiling and running
~~~~~~~~~~~~~~~~~~~~~
You will need nasm to assemble the interpreter and qemu to run it

    $ # Assemble the program
    $ make
    $ # Run it
    $ make run

About

bootBF is a brainfuck interpreter that fits in the boot sector.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published