JSS Device PROMW8D32

This device simulates a Programmable Read Only Memory (PROM) with word size 8-bits and data bus connection 32-bits. This type of memory can be used in 32-bit architectures, when specifying a memory address will read/write 2 bytes. Internally, data is stored as bytes. Since the word size is 8, an address specifies a byte location. The data is formed by using the specified address as the lower byte in the result. It is similar to the MemoryW8D32 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/PROMW8D32.java

Youtube