I remember asking this question once before and I was told the problem was corrected, but I still experience this problem with HLA.
Specifically, RadASM's Comment and Uncomment items in the Format menu stick semicolons at the beginning of the line. HLA needs the "//" sequence added or deleted. I just downloaded RadASM from the web site to be sure I have the lastest version and it still exhibits this problem. Is there a line in one of the ".ini" files I need to change to specify HLA format comments?
Thanks,
Randy Hyde
Specifically, RadASM's Comment and Uncomment items in the Format menu stick semicolons at the beginning of the line. HLA needs the "//" sequence added or deleted. I just downloaded RadASM from the web site to be sure I have the lastest version and it still exhibits this problem. Is there a line in one of the ".ini" files I need to change to specify HLA format comments?
Thanks,
Randy Hyde
Hi Randall,
I thought that setting the corresponding character in the CharTab section of hla.ini to 6 would enable double / comments but it appears to be hard coded for the menu:
2=0251222522222236;20-2F
I thought that setting the corresponding character in the CharTab section of hla.ini to 6 would enable double / comments but it appears to be hard coded for the menu:
2=0251222522222236;20-2F
Hi Randy
Add following line to section in hla.ini :
CmntChar=//
and it should work.
KetilO
Add following line to section in hla.ini :
CmntChar=//
and it should work.
KetilO
Thanks.
That did the trick.
Randy Hyde
That did the trick.
Randy Hyde