You must login before you can post a comment.
Author: Gaël Thomas
Project access type: Public
Description:
A complete 8-bit CPU starting from a nand for the students of Telecom SudParis/Institut Polytechnique de Paris. You can find the lab
here: https://www-inf.telecom-sudparis.eu/cours/CSC4536/web/?page=TPs/logic/logic&soluce=true.
The processor consists in:
The CPU executes the code "char x; while(true) x++;" where x is located at address 0x80. In details, the CPU executes this code, which is located in ROM:
Created: Nov 18, 2022
Updated: Apr 24, 2024
Comments