Skip to content

A simple CPU emulator written in C++ that simulates a basic 8-register CPU with 1KB of memory. The emulator supports a variety of instructions, including arithmetic, memory operations, control flow, and input/output. It is designed to execute binary programs loaded into its memory.

License

Notifications You must be signed in to change notification settings

PrimeMonket/REX-8

Repository files navigation

REX-8

A simple CPU emulator written in C++ that simulates a basic 8-register CPU with 1KB of memory. The emulator supports a variety of instructions, including arithmetic, memory operations, control flow, and input/output. It is designed to execute binary programs loaded into its memory.

About

A simple CPU emulator written in C++ that simulates a basic 8-register CPU with 1KB of memory. The emulator supports a variety of instructions, including arithmetic, memory operations, control flow, and input/output. It is designed to execute binary programs loaded into its memory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published