Ecosyste.ms: Awesome

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

https://github.com/andrewchambers/bfjit_x86_64

a brainfuck interpreter for x86_64 that uses jit
https://github.com/andrewchambers/bfjit_x86_64

Last synced: about 2 months ago
JSON representation

a brainfuck interpreter for x86_64 that uses jit

Lists

README

        

A brainfuck interpreter for x86_64

Only works on linux so far, windows with msvc will require some tweaking of the calling conventions.

havent implemented the ',' operator yet