Allow hash comments in assembly files (.S, .s)#31
Allow hash comments in assembly files (.S, .s)#31colluca wants to merge 1 commit intolowRISC:masterfrom
Conversation
|
Hmm, I'm afraid I don't understand why we want to do this. Are you thinking of some version of assembly where I can add What does the change fix for you? |
|
This article lists at least two additional styles to the ones currently supported, i.e. comments starting with a hash and comments starting with a semicolon: The RISC-V assembler also supports comments starting with a hash. My particular use-case is within the Snitch core repository: Possibly, this feature request #9 could also solve the problem for me without having to hardcode any new comment styles in the tool. |
No description provided.