Close

Call debugged

A project log for Magic-1 computer on Logisim

Simulate Bill Buzbee's Magic-1 computer with Logisim Evolution

jacques-pelletierJacques Pelletier 06/28/2021 at 01:140 Comments

I had to tweak the microcode to make call work. The original microcode was adding 2 times the displacement, thus messing the return address. It's probably due to my implementation of the clock circuit with a state machine instead of a few delays.

So now, call and return work.

Discussions