News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Uppercase for registers

Started by lamer, May 24, 2005, 07:14:18 PM

Previous topic - Next topic

lamer

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

KetilO

Hi lamer

Add the registers to the masmApiWord.api file.

KetilO

lamer

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

KetilO

Strange, it works as expected here.
What is your setting on Wordlist Case Convert?

KetilO

lamer

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. ::)

KetilO

Could you upload masmApiWord.api, masm.ini and RadASM.ini

KetilO

lamer

Sure

[attachment deleted by admin]

KetilO

The problem is the whitespace at the end of the registers.
Trim it off and it will work just fine.

KetilO

lamer

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