JSS Device MemoryW8D8

This device simulates a memory 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.

Options

Implementation

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

Example configuration


{
	"name":"RAM",
	"type":"MemoryW8D8",
	"configuration":[
		{"key":"size", "value":14336},
		{"key":"initialization_policy", "value":"ZERO"},
		{"key":"load_hex", "value":"jmp_3800.hex"}
	]
}

Example simulation

https://github.com/ComputingMongoose/Simulations/tree/main/simulations/Intellec_8_mod_80/cpm22

Youtube