IonicWind Software

IWBasic => IWB3.x Bug Reports => Resolved Issues => Topic started by: Logman on August 20, 2015, 01:07:08 PM

Title: Inline Assembly Comments
Post by: Logman on August 20, 2015, 01:07:08 PM
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
Title: Re: Inline Assembly Comments
Post by: LarryMc on August 21, 2015, 01:07:00 AM
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
Title: Re: Inline Assembly Comments
Post by: Logman on August 21, 2015, 08:32:36 AM
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