User:Mdilella

From Esolang
Jump to navigation Jump to search

Hi, I've done a lot of experiments with Logisim in an attempt to make (simulate) machines that can run BF code natively.
Looking for maximum simplicity I opted for Harvard architecture (separate memory spaces for program and data) microcoded or Risc-like.
I evaluated many variations of the language both for the data word length (8,4,3,2 and 1 bit) and the instructions word (down to 2 bits for BitChanger-like ISA).
I find Logisim convenient also for debug programs since they're small I compile them and load in memory by hand.

2021-02-17 15-32-13.gif


Mauro