JSS Device Intel8080 CPU
This device simulates an Intel 8080 CPU.
Options
- breakpoints - Address list (comma separated) for breakpoints. When a breakpoint is reached, the simulation will be automatically paused.
Device Connections
- attachToDataBus - Allows attaching to a data bus for accessing data or controlling the data bus.
- attachToControlBus - Allows attaching to a control bus for sending and reading signals, with associated data.
Implementation
https://github.com/ComputingMongoose/JavaSystemSimulator/blob/main/src/jss/devices/cpu/impl/Intel8080.javaExample configuration
{
"name":"CPU",
"type":"Intel8080",
"configuration":[]
}