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
Lc3 simulator. So far all opcodes are implemented. Traps are implemented. Interrupts will be implemented. Devices are written as plugins. Work in progress. Planning to add debugger interface.
This repository stores my lab work for my Introduction to Computing course which covered the basics of Boolean Algebra and number systems, elementary computer architecture, and assembly language and programming.
Examples of autograders using the pylc3.unittest library. Intended as documentation for pylc3.unittest for TAs to become familiar with writing autograders.