JSS Device PROMW8D8

This device simulates a Programmable Read Only Memory (PROM) with word size 8-bits and data bus connection 8-bits. This type of memory is probably the most widely used in 8-bit architectures (and newer), such as the Intel 8008 and the Intel 8080. It is similar to the MemoryW8D8 device. To use the PROM functionality, it must be attached to a PROM Controller, such as PROMControllerBasic.

Options

Device Connections

Implementation

https://github.com/ComputingMongoose/JavaSystemSimulator/blob/main/src/jss/devices/memory/impl/PROMW8D8.java

Example configuration


{
	"name":"ProgramRAM",
	"type":"PROMW8D8",
	"configuration":[
		{"key":"size", "value":4096},
		{"key":"initialization_policy", "value":"ZERO"}
	]
}

Example simulation

https://github.com/ComputingMongoose/Simulations/tree/main/simulations/Intellec_4/basic_system_with_monitor

Youtube