RosettaCodeData/Task/Comments/360-Assembly/comments.360

7 lines
382 B
Text
Raw Permalink Normal View History

2013-04-10 12:38:42 -07:00
* An asterisk in column one denotes a comment line
* Comments may also follow any syntactically complete instruction:
2015-02-20 00:35:01 -05:00
LA 1,0 Comment
NOP Comment (after a NOP instruction)
2013-04-10 12:38:42 -07:00
* Comments after instructions with omitted operands require a comma ","
2015-02-20 00:35:01 -05:00
END , Comment (without comma, "Comment" assumed an operand of "END")