Author Topic: MasmBasic  (Read 438879 times)

jj2007

  • Moderator
  • Member
  • *****
  • Posts: 13932
  • Assembly is fun ;-)
    • MasmBasic
Re: MasmBasic - a fast and easy-to-use library
« Reply #105 on: August 25, 2013, 09:46:26 PM »
between Help and AutoCode, there is a spot where the Help menu is repeatedly shown and hidden

That's a known bug to be fixed soon :(

@Alex: The first line of the listbox ("matches") can be used to drag it. While the listbox has the focus, cursor left exits to found text, cursor right exits to findbox. One * as in mov*edx means "find mov and edx in the same line". More stars mean "extend search to n lines".

dedndave

  • Member
  • *****
  • Posts: 8828
  • Still using Abacus 2.0
    • DednDave
Re: MasmBasic - a fast and easy-to-use library
« Reply #106 on: August 25, 2013, 10:18:16 PM »
not trying to hurry you - lol
just wanted to help you wring out the bugzzz

Antariy

  • Member
  • ****
  • Posts: 564
Re: MasmBasic - a fast and easy-to-use library
« Reply #107 on: August 25, 2013, 11:09:43 PM »
@Alex: The first line of the listbox ("matches") can be used to drag it. While the listbox has the focus, cursor left exits to found text, cursor right exits to findbox. One * as in mov*edx means "find mov and edx in the same line". More stars mean "extend search to n lines".

Not drag - resize. When bottom edge of listbox is below or sometimes near of bottom edge of the screen, it is not resizable using top edge of a listbox.

qWord

  • Member
  • *****
  • Posts: 1475
  • The base type of a type is the type itself
    • SmplMath macros
Re: MasmBasic - a fast and easy-to-use library
« Reply #108 on: August 26, 2013, 12:06:55 AM »
oh no, I'm excluded from the best lib on net  :(

BTW: eliFoTdaolnwoDLRU?
MREAL macros - when you need floating point arithmetic while assembling!

jj2007

  • Moderator
  • Member
  • *****
  • Posts: 13932
  • Assembly is fun ;-)
    • MasmBasic
Re: MasmBasic - a fast and easy-to-use library
« Reply #109 on: August 26, 2013, 03:13:43 AM »
oh no, I'm excluded from the best lib on net  :(

BTW: eliFo...

Obviously, you are not excluded ;-)

jj2007

  • Moderator
  • Member
  • *****
  • Posts: 13932
  • Assembly is fun ;-)
    • MasmBasic
Re: Fearless beta testers
« Reply #110 on: August 26, 2013, 08:22:28 PM »
not trying to hurry you - lol
just wanted to help you wring out the bugzzz

Thanxalot, Dave & Alex & Sinsi :icon14:

I fixed the flickering between the System Apps and Help menus, and a couple of other issues in File/New Masm source, and it should be fine now.

The installer is now on top of this thread.

dedndave

  • Member
  • *****
  • Posts: 8828
  • Still using Abacus 2.0
    • DednDave
Re: MasmBasic - a fast and easy-to-use library
« Reply #111 on: August 27, 2013, 02:21:11 PM »
nice   :t

anta40

  • Member
  • ***
  • Posts: 315
Re: MasmBasic - a fast and easy-to-use library
« Reply #112 on: August 27, 2013, 10:33:19 PM »
Hi jj,

I got the "Oops! It seems that MasmBasic is not good for you.."

:icon_eek:

jj2007

  • Moderator
  • Member
  • *****
  • Posts: 13932
  • Assembly is fun ;-)
    • MasmBasic
Re: MasmBasic - a fast and easy-to-use library
« Reply #113 on: August 28, 2013, 03:22:52 AM »
I got the "Oops! It seems that MasmBasic is not good for you.."

That's mean :biggrin:

What does the attached exe show as output?

anta40

  • Member
  • ***
  • Posts: 315
Re: MasmBasic - a fast and easy-to-use library
« Reply #114 on: August 28, 2013, 04:08:33 AM »
This is the output:
Quote
Registry HKCR
$edi            No luck in HKCR/App...
$Err$()         The operation completed successfully.

Registry HKCU   $edi            No luck in HKCU...
Registry HKLM   $edi            No luck in HKLM...
Registry HKCR   $edi            No luck in HKCR...

FileWrite
$esi            C:\Users\CSL-NB-064\Desktop\~tmp28080107.asm
$edi            C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\devenv
.exe
Bye...

jj2007

  • Moderator
  • Member
  • *****
  • Posts: 13932
  • Assembly is fun ;-)
    • MasmBasic
Re: MasmBasic - a fast and easy-to-use library
« Reply #115 on: August 28, 2013, 05:51:53 AM »
$edi            C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\devenv

Ouch... that's a tough case 8)

I am really tempted to send you googling for Visual Basic, that's what you deserve :P
However, after several glasses of a good red wine I decided to give you a last chance - try again ;-)

anta40

  • Member
  • ***
  • Posts: 315
Re: MasmBasic - a fast and easy-to-use library
« Reply #116 on: August 28, 2013, 09:59:32 AM »
OK, finally it asked for macros.asm
Seems to work, now  :biggrin:

jj2007

  • Moderator
  • Member
  • *****
  • Posts: 13932
  • Assembly is fun ;-)
    • MasmBasic
Re: MasmBasic - a fast and easy-to-use library
« Reply #117 on: August 28, 2013, 03:01:45 PM »
Yeah :t
The problem is to find out on which drive the valid Masm32 installation sits (and there should be one, otherwise go google for VB, script kiddie :lol:)
So the installer checks for a qeditor installation, if that fails, it asks how asm files are being opened. And you open them with a prog outside the Masm32 path, that's why it failed. So I added the "last chance" ;)

dedndave

  • Member
  • *****
  • Posts: 8828
  • Still using Abacus 2.0
    • DednDave
Re: MasmBasic - a fast and easy-to-use library
« Reply #118 on: August 28, 2013, 10:21:03 PM »
Code: [Select]
@echo off
for %%X in (D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%X:\masm32\qeditor.exe set MyDrive=%%X:\
MbInstall %MyDrive%

 :P

i know - you don't want a batch file

qWord

  • Member
  • *****
  • Posts: 1475
  • The base type of a type is the type itself
    • SmplMath macros
Re: MasmBasic - a fast and easy-to-use library
« Reply #119 on: August 29, 2013, 01:45:46 AM »
Great, now I've got a "last" chance! However, a bit strange because I didn't realized that I've had any chance before that one ;)
MREAL macros - when you need floating point arithmetic while assembling!