Simulating Intel 8008 CPU PART2 Java implementation

Опубликовано: 09 Август 2023
на канале: Computing Mongoose
56
1

Java-based implementation of the Intel 8008 CPU simulation. In PART 1 I covered the architecture characteristics of the Intel 8008 CPU and in this PART 2 of the series I am describing the actual Java implementation. The Java file is part of the Java System Simulator project, available at GitHub.

Java source code: https://github.com/ComputingMongoose/...

Intel 8008 datasheet: http://dunfield.classiccmp.org/mod8/8...

Wikipedia article: https://en.wikipedia.org/wiki/Intel_8008