Search found 6 matches
- Mon Oct 28, 2013 8:16 am
- Forum: General Discussions
- Topic: Good resources to learn how the 6502 works?
- Replies: 9
- Views: 1022
Re: Good resources to learn how the 6502 works?
in your opinion is this a dumb way to learn how processors work?
- Mon Oct 28, 2013 8:00 am
- Forum: General Discussions
- Topic: Good resources to learn how the 6502 works?
- Replies: 9
- Views: 1022
Re: Good resources to learn how the 6502 works?
Ok thanks! I was hoping to design a cpu on a logic simulator that's compatable with 6502 asm, but since I still dont quite understand how the 6502 PLA works I was thinking of using a rom where part of the address is the timing, part of it is the opcode, and part is for interrupts, and the address ...
- Mon Oct 28, 2013 7:28 am
- Forum: General Discussions
- Topic: Good resources to learn how the 6502 works?
- Replies: 9
- Views: 1022
Good resources to learn how the 6502 works?
I've looked at diagrams and some articles but is there something I'm missing? is there somwhere where this information is? I think there's a video somewhere but I couldnt find it.
- Tue Oct 22, 2013 3:50 pm
- Forum: General Discussions
- Topic: Where to buy 6502's?
- Replies: 31
- Views: 8366
Where to buy 6502's?
I'm not sure if I should look on ebay for these, but I've also noticed these other WDC chips, are those chips the same as 6502 or otherwise compatable?
- Tue Oct 22, 2013 3:13 pm
- Forum: Hardware
- Topic: What does the PLA do in order to resolve instructions
- Replies: 4
- Views: 2896
Re: What does the PLA do in order to resolve instructions
What I'm understanding is that the PLA is an easier way to decode a signal into a broken up set of selectors for the function components that the instruction calls for depending on the timing.. so if the opcode for LDA zeropage is A5, that will break down into selecting different parts at different ...
- Tue Oct 22, 2013 9:06 am
- Forum: Hardware
- Topic: What does the PLA do in order to resolve instructions
- Replies: 4
- Views: 2896
What does the PLA do in order to resolve instructions
I have read a bit on how the 6502 processes instructions but im still a bit confused. From a diagram of a normal pla there is an input with a normal line and an inversion of that same line, and there are lines of the array attached to nothing, then those lines lead to the nor section which go down ...