mirror of
https://github.com/Book-reader/brainfuck-fox32.git
synced 2026-03-31 02:00:10 +13:00
aaaaaaaaaaaaaaaaaaaa
- Brainfuck 94.3%
- zig 3.4%
- Assembly 2%
- Makefile 0.2%
| build | ||
| files | ||
| fox32os@842c8f096c | ||
| fox32rom@dee18b14d1 | ||
| out | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| bf2fox32.c3 | ||
| brainfrick.asm | ||
| brainfrick.img | ||
| BrainfuckCompiler.jkl | ||
| build.sh | ||
| fox32os.hjk | ||
| fox32os.jkl | ||
| fox32rom.hjk | ||
| fox32rom.jkl | ||
| Makefile | ||
| README.md | ||
| shell.nix | ||
Brainfuck for the fox32 fantasy cpu
it is really bad please don't look too closely
usage (fox32 native interpreter):
building
$ fox32asm brainfrick.asm bf.fxf
$ ryfs.py add <disk image> bf.fxf
$ ryfs.py add <disk image> files/<filename>.b
running (inside fox32)
$ disk 1 # assuming it's in the first disk
$ bf <filename>.b
usage (bf2fox32 compiler)
building
$ c3c compile bf2fox32.c3
running
$ ./bf2fox32 <filename>.b <filename>.asm
$ fox32asm <filename>.asm <filename.fxf>
$ ryfs.py add <disk image> <filename>.fxf