RosettaCodeData/Task/Comments/360-Assembly/comments.360
2023-07-01 13:44:08 -04:00

6 lines
382 B
Text

* An asterisk in column one denotes a comment line
* Comments may also follow any syntactically complete instruction:
LA 1,0 Comment
NOP Comment (after a NOP instruction)
* Comments after instructions with omitted operands require a comma ","
END , Comment (without comma, "Comment" assumed an operand of "END")