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
A minimal custom Instruction Set Architecture (ISA) emulator written in Go. This project is designed for educational purposes and architecture research, providing a simple yet complete CPU emulator with registers, memory, instruction decoding, and step-by-step execution. A tiny CPU instruction set emulator.