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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/18/01 05:23
Read: times


 
#13286 - RE: Writting Comment
Do anyone know there is another way to write the comment syntax for asm51, ie /*this comment is much better*/

Just use an IDEF. For example:

IFDEF XXXX
MOV A,10h
.
. (a 1000 lines of code)
ENDIF

The above will effectively "comment out" the 1000 lines of code (assuming XXXX is not defined).

Craig Steiner


List of 10 messages in thread
TopicAuthorDate
Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      

Back to Subject List