Skip to content

Releases: mzattera/FuckBench

v.2.1

19 Jan 14:59
Compare
Choose a tag to compare
  • 6502 emulation about 70% faster than before (functional tests run in 1/3 of the time).
  • Cleaned up and rationalized blocks for bitwise functions in the code (partially addressing #5).
  • Removed DIVMOD block as it might have been unreliable, replaced with DIV+MOD.
  • Removed unneeded constants.

v.2.0

01 Jan 15:43
Compare
Choose a tag to compare

This is the first public release of FuckBench.

It now supports generation of BrainFuck code from Java.

v.1.0

18 Oct 06:25
Compare
Choose a tag to compare

First nice pipeline that supports FBF, 6502 asm, C

Initial Upload

10 Oct 09:03
Compare
Choose a tag to compare
Initial Upload Pre-release
Pre-release

Just the iitial upload from local folder. Tagged in case I need some of the original files.