You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good day!
I am David Gong, now a student at Malaysia First City University College.
In Assembly Language class, I use your MARIE.JS to test my program and write reports.
But now I have a question.
When I use Microstep to check my code, the RTL show AC ← AC - MBR.
Thank you for spotting this issue. According to commit 5d9ffeb, we made MARIE.js to be more consistent with the textbook, yet the changes were not reflected in the documentation.
Good day!
I am David Gong, now a student at Malaysia First City University College.
In Assembly Language class, I use your MARIE.JS to test my program and write reports.
But now I have a question.
When I use Microstep to check my code, the RTL show AC ← AC - MBR.
Then ALU only A0 is activated, and I check GitHub Wiki Datapath Simulator https://github.com/MARIE-js/MARIE.js/wiki/Datapath-Simulator
the ALU opcode signals show subtraction opcode is 010, the active wires should be A1.
I'm wondering if I'm doing something wrong, or if it's just a documented bug.
Thank you!
Best regards!
David Gong
The text was updated successfully, but these errors were encountered: