Proposal - Atmelfan/C204 GitHub Wiki

A basic 8bit microprocessor (SIXTEN8C204) in VHDL and Altera DE1 dev board.

the SXT8C204 microprocessor

SXT8C204 should contain:

  1. An ALU capable of simple arithmetic and logic operations
  2. Registers to work with
  3. Program memory to execute from

And be able to:

  1. Perform simple calculations and logic
  2. "Jump" around the program to perform loops, etc.
  3. Work with registers
  4. Execute instructions from a program memory.
  5. Simple I/O.