The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: lamer on May 24, 2005, 07:14:18 PM

Title: Uppercase for registers
Post by: lamer on May 24, 2005, 07:14:18 PM
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
Title: Re: Uppercase for registers
Post by: KetilO on May 24, 2005, 08:12:44 PM
Hi lamer

Add the registers to the masmApiWord.api file.

KetilO
Title: Re: Uppercase for registers
Post by: lamer on May 24, 2005, 08:27:34 PM
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
Title: Re: Uppercase for registers
Post by: KetilO on May 24, 2005, 08:45:38 PM
Strange, it works as expected here.
What is your setting on Wordlist Case Convert?

KetilO
Title: Re: Uppercase for registers
Post by: lamer on May 24, 2005, 08:52:00 PM
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. ::)
Title: Re: Uppercase for registers
Post by: KetilO on May 24, 2005, 09:12:36 PM
Could you upload masmApiWord.api, masm.ini and RadASM.ini

KetilO
Title: Re: Uppercase for registers
Post by: lamer on May 24, 2005, 09:16:47 PM
Sure

[attachment deleted by admin]
Title: Re: Uppercase for registers
Post by: KetilO on May 24, 2005, 09:30:49 PM
The problem is the whitespace at the end of the registers.
Trim it off and it will work just fine.

KetilO
Title: Re: Uppercase for registers
Post by: lamer on May 25, 2005, 03:35:16 AM
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