Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ortanav2/integrated-circuit-emulator
Texas Instruments Intergrated Circuit Based Computer. ESP8266 Controller Code / Assembly Code / IC-Emulator
https://github.com/ortanav2/integrated-circuit-emulator
assembly-language controller datasheet emulator esp8266 integrated-circuits logic-gates microcontroller
Last synced: 27 days ago
JSON representation
Texas Instruments Intergrated Circuit Based Computer. ESP8266 Controller Code / Assembly Code / IC-Emulator
- Host: GitHub
- URL: https://github.com/ortanav2/integrated-circuit-emulator
- Owner: ortanaV2
- License: mit
- Created: 2024-06-20T12:11:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T20:18:04.000Z (3 months ago)
- Last Synced: 2024-10-10T15:03:09.051Z (27 days ago)
- Topics: assembly-language, controller, datasheet, emulator, esp8266, integrated-circuits, logic-gates, microcontroller
- Language: Python
- Homepage: https://github.com/ortanaV2/Custom-Assembly-Compiler
- Size: 5.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TIICBC Controller (Serial Input & CLK) + Emulator Set
## TIICBC CPU Main Module
The main module contains crucial logic like the jump-instruction, program counter, line addressing etc..![](https://github.com/ortanaV2/TIICBC-Controller-Emulator/blob/main/IMG_20240723_190550167~2.jpg?raw=true)
## Emulator & Datasheets
The TIICBC emulator is able to emulate various systems that can be digitally traced and analyzed step by step. Any circuit can be created using the classes and methods that are the IC objects. These are the datasheets for the ICs:![](https://github.com/ortanaV2/TIICBC-Controller-Emulator/blob/main/Emulator%20Datasheets/CD4011BE.png?raw=true)
![](https://github.com/ortanaV2/TIICBC-Controller-Emulator/blob/main/Emulator%20Datasheets/CD40106BE.png?raw=true)
![](https://github.com/ortanaV2/TIICBC-Controller-Emulator/blob/main/Emulator%20Datasheets/CD4011BE.png?raw=true)
![](https://github.com/ortanaV2/TIICBC-Controller-Emulator/blob/main/Emulator%20Datasheets/CD4030BE.png?raw=true)
![](https://github.com/ortanaV2/TIICBC-Controller-Emulator/blob/main/Emulator%20Datasheets/CD4071BE.png?raw=true)
![](https://github.com/ortanaV2/TIICBC-Controller-Emulator/blob/main/Emulator%20Datasheets/CD4077BE.png?raw=true)
![](https://github.com/ortanaV2/TIICBC-Controller-Emulator/blob/main/Emulator%20Datasheets/CD4081BE.png?raw=true)
![](https://github.com/ortanaV2/TIICBC-Controller-Emulator/blob/main/Emulator%20Datasheets/CD74HCT151E.png?raw=true)
![](https://github.com/ortanaV2/TIICBC-Controller-Emulator/blob/main/Emulator%20Datasheets/CD74HCT238E.png?raw=true)
![](https://github.com/ortanaV2/TIICBC-Controller-Emulator/blob/main/Emulator%20Datasheets/SN74LS165AN.png?raw=true)