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
Vole Machine is a simple computer architecture simulation built using OOP principles. It includes core components such as CPU, Memory, Registers, and Instruction handling, with a Main UI for loading and executing programs step-by-step or as a whole. The project demonstrates low-level operations like instruction decoding, memory management.