We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

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.


Mauro