i am currently in the progress of making a simple 4-bit computer on your digital sim just for some fun but im now stuck at a point where i'm unable to progress because for the instruction set i need a eeprom/prom sadly
You can make an eeprom and prom with the components, I just made myself a 8x4bit memory, and a prom is even easier, just make a chip with some pins connected and some pins with a not gate so they would be powered.
I can see how ROM can be made with not gates and decoders, but how can even a programmable ROM chip be made that can store its information when the simulation is turned off? I am just a bit curious since i have no idea how it can be implemented