Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/20/10 22:23
Read: times


 
#173372 - ;; ??
Responding to: ???'s previous message
The ;; doesn't mean anything different to the assembler than a single ;. If a line begins with ; it means that the whole line is a comment. The person who uses ;; probably meant it to indicate a line of code that is "commented out" meaning that this line is removed from being an actual line of code to be assembled.

After the program is validated without this line of text as active code it could be deleted. If you just simply remove the ;; and leave what comes after it then the next time you assemble you'll trying to re-inject the commented out code back into the program.

Michael Karas






List of 16 messages in thread
TopicAuthorDate
Question on asm code            01/01/70 00:00      
   2 things            01/01/70 00:00      
   some change            01/01/70 00:00      
      even simpler            01/01/70 00:00      
         thanks for the simplified            01/01/70 00:00      
            yes, and even simpler            01/01/70 00:00      
               code and comments            01/01/70 00:00      
                  ;; ??            01/01/70 00:00      
                     thanks for the explanation            01/01/70 00:00      
   Short?            01/01/70 00:00      
      need some helps            01/01/70 00:00      
         Your circuit should work            01/01/70 00:00      
            Getting Rid Of Power On Relay Energize            01/01/70 00:00      
               Thank You All            01/01/70 00:00      
   document what happens to ACC.            01/01/70 00:00      
      noticed and questions            01/01/70 00:00      

Back to Subject List