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: 29 days ago
JSON representation
a brainfuck interpreter for x86_64 that uses jit
- Host: GitHub
- URL: https://github.com/andrewchambers/bfjit_x86_64
- Owner: andrewchambers
- Created: 2013-02-06T02:38:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-06T02:55:37.000Z (almost 12 years ago)
- Last Synced: 2024-12-23T02:17:36.031Z (about 1 month ago)
- Language: C
- Size: 109 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- AwesomeInterpreter - bfjit_x86_64
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