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
Small virtual CPU written in C#. The VCPU supports the following opcodes: JMP, INC, SUB, CMP and has 16 registers. In the future i wish to make this a rule based CPU instead of having a single class holding all the responsibility