You must login before you can post a comment.
Author: Felipe Puente
Forked from: Gaël Thomas/CSC4536-v2
Project access type: Public
Description:
A complete 8-bit CPU starting from a nand for the students of Telecom SudParis/Institut Polytechnique de Paris, which consists in:
In details, we build the circuits one after the other, and as soon as we have implemented them, we reuse the ones provided by circuitverse. For the basic circuits, we have
For the CPU, we have:
The CPU executes the code "char x; while(true) x++;" where x is located at address 0xff. In details, the CPU executes this code, which is located in ROM:
Created: Apr 28, 2021
Updated: Aug 26, 2023
Comments