Hi Cody,
Do you want to add comment in the generated .srec file?
If yes, you can add the S0 record:
S0aa0000bbbbbbbbbbbbbbbbdd
- aa - hexadecimal number of bytes that follow
- bb - ASCII equivalent of comment
- dd - the checksum
You can use WRITES0COMMENT "comment" in the lcf file:

Then build the code.

You can find I can generate the
S00A0000636F6D6D656E7402
It is the comment.
I also attached my cw project for your reference.
Wish it helps you!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------