Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change
@echo off
set appname=console
del %appname%.obj
del %appname%.exe
\masm64\bin64\ml64.exe /c %appname%.asm
\masm64\bin64\link.exe /SUBSYSTEM:CONSOLE /MACHINE:X64 /ENTRY:******* /nologo %appname%.obj
dir %appname%.*
pause
Once you change the entry point, save the file and double-click it (the file makeit.bat)... it should assemble and link your source, if there are no errors of course.Quote from: Baroooo on November 22, 2024, 11:01:59 PMC:\Users\Desktop\Random\masm64\
Quote from: hutch--INSTALLATION:from here: https://masm32.com/board/index.php?msg=109948
You run this SFX file from the root directory of the partition you want to install the SDK on. What you must end up with is a directory straight off the root directory called "masm64". If you move the installation to any other location on the partition, it will NOT WORK. If you already have an installation of the SDK on the partition, slightly rename it as this SFX is not designed to overwrite an existing installation.
Quote from: sinsi on November 22, 2024, 05:33:15 PM... atchoo