Search found 2 matches
- Sat May 31, 2025 4:56 pm
- Forum: Emulation and Simulation
- Topic: Help understanding PLA decoder
- Replies: 4
- Views: 2846
Re: Help understanding PLA decoder
Thank you all so much, this is exactly what I was looking for! I’ve made good progress now.
- Sun May 25, 2025 6:23 pm
- Forum: Emulation and Simulation
- Topic: Help understanding PLA decoder
- Replies: 4
- Views: 2846
Help understanding PLA decoder
Hello, I've made CPU simulations before and I've got a working 6502 sim using the function pointer jump table technique. That's no problem. I want to take my emulation and understanding to a lower level now, and implement a PLA-based decoder. I have made decoders for more regular architectures, like ...