News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Installing the Masm64 SDK

Started by jj2007, July 06, 2023, 08:14:16 AM

Previous topic - Next topic

jj2007

Quote from: piton on September 26, 2024, 01:29:39 AMBut you need to download a self-extracted exe instead of zip.

Show me one professional software that comes with a zip archive instead of an installer.

zedd

Quote from: jj2007 on October 02, 2024, 02:29:21 AMShow me one professional software that comes with a zip archive instead of an installer.
The original version of the masm64 SDK download was a zip file "masm64v01.zip". https://masm32.com/board/index.php?topic=5669.0   :smiley:
:cool:

NoCforMe

You're calling that professional???
32-bit code and Windows 7 foreva!

zedd

Quote from: NoCforMe on October 02, 2024, 07:08:15 AMYou're calling that professional???

Nah, just mentioning that the original Masm64 SDK download was in fact a zip file, and not a self extracting archive.   :biggrin:
:cool:

piton

Quote from: jj2007 on October 02, 2024, 02:29:21 AMShow me one professional software that comes with a zip archive instead of an installer.
ILSpy has zip, vsix and msi https://github.com/icsharpcode/ILSpy/releases
Process monitor just a zip file https://learn.microsoft.com/en-us/sysinternals/downloads/procmon
The MASM32 SDK just a zip file as well
Standalone software doesnt need an installer, you just copy bunch of files to some folder and use it.

megavlad

Just tried to download this and, like others, have been prevented by the browser/os at every point. Have not been able to do it.

There is no reason this needs to be an executable. Just make it into a zip file, like the original, and all these issues go away. A zip is also more convenient, anyway.

zedd

Quote from: megavlad on May 02, 2025, 11:32:01 PMJust tried to download this and, like others, have been prevented by the browser/os at every point. Have not been able to do it.
What browser and version number. Which OS and version number?
Maybe there is a solution for your particular arrangement.

QuoteJust make it into a zip file, like the original, and all these issues go away. A zip is also more convenient, anyway.
Well, maybe. But zip files too, can trigger negative responses from AV software.
:cool:

megavlad

I managed to get it installed. Required me to disable the builtin antivirus.

zedd

Quote from: megavlad on May 03, 2025, 01:02:59 AMI managed to get it installed. Required me to disable the builtin antivirus.
:thumbsup:
Just remember to re-enable it.  :tongue:
:cool:

Quin

Thanks for this JJ2007, I managed to get masm64 installed and fully working thanks to these instructions a couple days ago  :smiley:
I still prefer 32-bit assembler, but this is a good tool to have.

zedd

Quote from: Quin on May 05, 2025, 02:01:51 AMThanks for this JJ2007, I managed to get masm64 installed and fully working thanks to these instructions a couple days ago  :smiley:
Glad you got everything okay.

QuoteI still prefer 32-bit assembler, but this is a good tool to have.
Oh, me too.  :thumbsup:
:cool:

Quin

Quote from: zedd on May 05, 2025, 02:05:48 AM
QuoteI still prefer 32-bit assembler, but this is a good tool to have.
Oh, me too.  :thumbsup:
I know that 64-bit is the future and wanted to look at 64-bit assembly for that reason, but then I saw how parmarea works and how much more complicated the code looks and noped. :D

zedd

Hi Quin, since you have the capability maybe you will be interested in a few easy examples in 64 bit.
They are basically direct conversions from 32 bit for the most part... with minor changes where necessary.
https://masm32.com/board/index.php?topic=12286.0

Each of those examples have a 32 bit counterpart in the Masm32 SDK examples folder...
:cool:

Quin

Quote from: zedd on May 05, 2025, 03:00:35 AMHi Quin, since you have the capability maybe you will be interested in a few easy examples in 64 bit.
They are basically direct conversions from 32 bit for the most part... with minor changes where necessary.
https://masm32.com/board/index.php?topic=12286.0

Each of those examples have a 32 bit counterpart in the Masm32 SDK examples folder...
HI Zedd,
Thanks for these! Downloading and giving them a look!  :cool:

zedd

Quote from: Quin on May 05, 2025, 03:12:19 AMHI Zedd,
Thanks for these! Downloading and giving them a look!  :cool:
No problem Quin.  :smiley:
If you have any comments about those examples, please post in that thread linked in post #27 to not clutter this one...
:cool: