Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 220 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 220 Bytes

MSP430 CPU emulation

Make a CPU msp430 emulator in Go

  1. Implementation a CPU (ISA)
  2. MMU with page protection ;)
  3. Some i/o (uart) communication with the world

The goal execute v6 unix in CPU msp430 with mmu :)