Hi,Everyone,
I am using source insight 3.1 now, and I wanna change the keyword ";" before a comment to "//",
How can I do it ?
plz give me tips and thanks in advance..
ian
12,13,2002
I am using source insight 3.1 now, and I wanna change the keyword ";" before a comment to "//",
How can I do it ?
plz give me tips and thanks in advance..
ian
12,13,2002
I doubt you can because thats a compiler thing which character gets treated as a comment character...
Hi, bazik,
In sourceinsight, we can add a keyword or delete a keyword, why can not we change the ";"(used to be the leader of a comment) to "//".
I am looking up the help files of it, and there are some clues la, but it is not enough to solve the problem...
Hope veteran give me tips !
Ian
12,13,2002
In sourceinsight, we can add a keyword or delete a keyword, why can not we change the ";"(used to be the leader of a comment) to "//".
I am looking up the help files of it, and there are some clues la, but it is not enough to solve the problem...
Hope veteran give me tips !
Ian
12,13,2002
As I said, its because the assembly language syntax uses the semicolon ";" as a comment char. If you use any other character, the assembler will fail because it sees just the text after a ";" as a comment.
One way would be to write your own assembler or change the source of a open source assembler to accept the "//" as a comment seperator.
Personally I like the semicolon more because its one character less to type than a doubleslash :)
One way would be to write your own assembler or change the source of a open source assembler to accept the "//" as a comment seperator.
Personally I like the semicolon more because its one character less to type than a doubleslash :)
Hi,
I wonder, what is better than RadAsm or AsmEdit in source insight? I tried it but it is not easily usable and adds lots of stuff to project but doen't add more. Anyway, good luck.
I wonder, what is better than RadAsm or AsmEdit in source insight? I tried it but it is not easily usable and adds lots of stuff to project but doen't add more. Anyway, good luck.