Comments: Difference between revisions

m
mNo edit summary
Line 1,763:
* line comment */
</lang>
 
=={{header|MIPS Assembly}}==
This is ultimately up to the assembler, but semicolons are typically the comment character for almost all assemblers.
<lang mips>;this is a comment
li $t0,0x1234 ;this is also a comment</lang>
 
=={{header|mIRC Scripting Language}}==
1,489

edits