Comment Block of text in HAL File;
19 Aug 2021 18:58 #218171
by C_M_H
Comment Block of text in HAL File; was created by C_M_H
Hello,
Is it possible to comment entire blocks of text in a HAL file?
In the AVR assembler I use you can specify /* at the head and */ at the tail of a block of text. The assembler and my text editor recognize anything in between as a comment and ignores it. This helps me "turn-off" chunks of code easily when troubleshooting.
Are there equivalent characters that will the same with a HAL file?
Thanks,
Craig
Example of assembly file with bracketed comment;
Is it possible to comment entire blocks of text in a HAL file?
In the AVR assembler I use you can specify /* at the head and */ at the tail of a block of text. The assembler and my text editor recognize anything in between as a comment and ignores it. This helps me "turn-off" chunks of code easily when troubleshooting.
Are there equivalent characters that will the same with a HAL file?
Thanks,
Craig
Example of assembly file with bracketed comment;
Attachments:
Please Log in or Create an account to join the conversation.
20 Aug 2021 04:00 #218198
by cmorley
Replied by cmorley on topic Comment Block of text in HAL File;
No block comments in HAL.
Please Log in or Create an account to join the conversation.
20 Aug 2021 18:22 #218257
by C_M_H
Replied by C_M_H on topic Comment Block of text in HAL File;
Ok, thanks for the reply.
Please Log in or Create an account to join the conversation.
Time to create page: 0.083 seconds