ProfessorCagan wrote:
The reason behind me not cutting more wire is because I want to use it for completing the kit when all is said and done, I use the jumpers to conserve wire,
same reasoning for the resistor leads, because I may need to cut them at different lengths; resources aren't easy for me to come by at the moment.
Well, coming from a software background myself, I can certainly understand that. It's frustrating to go from a world of infinite resources (if you need more code, you just write it!) to a world where you can run out of the parts you need.
The best way around that, I've found, is just to buy more parts. A box of various coloured rolls of
22 AWG solid wire is fairly cheap and will keep you in supply for quite some time. (For breadboarding, make sure you get
solid core wire, not stranded.) And a
selection of common resistor values is even cheaper.
Quote:
I was trying to copy that NOP I saw in the picture I posted earlier, I'll fully admit that I do not know what a NOP is, which is why I didn't know it needed a clock source.
It will help a lot if you learn the basics of what assembly language is about. You don't need to become expert in it or, at this point, even be able to write programs, just have some sort of understanding of what an instruction is, what addresses are, and so on. Something like the first three or four chapters of
Machine Language I from this site should get you started.