??? 01/22/13 16:27 Read: times |
#189290 - bear in mind that not everyone will recognize "LED Chaser" Responding to: ???'s previous message |
Until you describe EXACTLY what you want your circuit to do, and how you intend to do it, it will be difficult for anyone to help you. When Erik exhorts you to provide comments, he expects you to know exactly what you want to do and how to do it. The comments are supposed to tell the reader of the "code" what is supposed to be happening and why.
Assembly language is formatted as label: opcode argument 1,... argument n ; a meaningful comment goes here the label is optional. The comment really isn't. Once you understand the way in which things work, you might be able to "get by" with fewer and less verbose comments. They are primarily intended to help YOU stay on track. If you omit them, you may not be able to recall, tomorrow, what you had in mind today. RE |