RadASM automatically converts some keywords to uppercase - LOCAL for example (actually this one only).
Is there any way to do the same with registers - i.e. EAX instead of eax?
Regards
Hi lamer
Add the registers to the masmApiWord.api file.
KetilO
Hi, Ketil!
This adds them to intellisence and it's very nice, but I mean something else. When you type "local" and then press Space or Enter the "local" automatically becomes "LOCAL". But this does not happen with any other word.
Regards
Strange, it works as expected here.
What is your setting on Wordlist Case Convert?
KetilO
QuoteWhat is your setting on Wordlist Case Convert?
Where is it?!
I can not find!
A, here it is - on "Code Edtor Option".
But it's checked.
I tried to uncheck, check and apply - nothing. ::)
Could you upload masmApiWord.api, masm.ini and RadASM.ini
KetilO
Sure
[attachment deleted by admin]
The problem is the whitespace at the end of the registers.
Trim it off and it will work just fine.
KetilO
Hi, Ketil!
Thanks a lot - this is just fine! :clap:
I'm sorry about delay - the sleep is necessary thing for human creatures :lol
Regards