April 24, 2024, 04:54:56 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Inline Assembly Comments

Started by Logman, August 20, 2015, 01:07:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Logman

August 20, 2015, 01:07:08 PM Last Edit: August 20, 2015, 01:17:15 PM by Logman
Here's another annoying detail that popped up in version 3.03.

Look at the inline assembly comment after the semi-colon. It's all capitalized and I can't get it to go to lower case.


_asm
section .data
 NASM_Version db __NASM_VER__, 0                  ; NASM VERSION
_endasm


Whatever changed between version 2.95 and 3.03 needs to be restored so lower case comments can be placed in inline assembly code blocks.

Logman
Education is what you get when you read the fine print.<br />Experience is what you get when you don't!

LarryMc

you haven't set your editor options to your liking in 3.03

File > Editor Options > Keywords

All Uppercase is probably selected
Select either All Lowercase or As Typed
then Save
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Logman

I selected AS TYPED in the Editor Options Menu, and now all is fine. The birds are chirping again, the sun came out, and I even see a rainbow.

Thanks Larry, I thought an anomaly in the Matrix had occurred, turned out to be a case of the dumb founded. I was so focused on the programming aspect I didn't think to look at the settings.

Logman
Education is what you get when you read the fine print.<br />Experience is what you get when you don't!