News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Alternative to manual assembly and linking

Started by peaslee, March 29, 2009, 09:36:45 PM

Previous topic - Next topic

peaslee

I'm just getting started with MASM32 by working through the tutorials. It's going well, but I am used to one-button compile/link/run. Is there any easier way to do this other than from the command prompt?

Thanks,

Bruce
Bruce Peaslee
"Reality is a crutch for those who can't do drugs."

peaslee

Never mind. Using the script menu item "Create EXE Makeit.bat" seems to do the trick.
Bruce Peaslee
"Reality is a crutch for those who can't do drugs."

ecube

http://www.masm32.com/board/index.php?topic=3814.0

you can change /SUBSYSTEM:WINDOWS  to /SUBSYSTEM:CONSOLE for console apps, but thats a global build.bat. I posted in another thread a bunch of different build files for debuggin in olly, console, etc... can't find atm though

donkey

Quote from: peaslee on March 29, 2009, 09:36:45 PM
I'm just getting started with MASM32 by working through the tutorials. It's going well, but I am used to one-button compile/link/run. Is there any easier way to do this other than from the command prompt?

Thanks,

Bruce

Download RadAsm, it is a full featured IDE with a one button build

http://radasm.110mb.com/
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

jj2007


tetsu-jp

you need to change the properties of the .BAT files,
so the windows close automatically (eventually you'd like to read the output, so redirect output into a file).

it is not very difficult to do this.

Slugsnack


peaslee

I tried radasm and it looks like I'll stick with it for a while.

Thanks everyone for the help.
Bruce Peaslee
"Reality is a crutch for those who can't do drugs."

hutch--

 :bg

But if you want to know how it all works, stick to QE, it was designed for the task.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

peaslee

Quote from: hutch-- on April 08, 2009, 10:07:43 AM
:bg

But if you want to know how it all works, stick to QE, it was designed for the task.

True, but autocomplete is useful for a beginner like myself and, oh, all the pretty colors!  :8)

Bruce
Bruce Peaslee
"Reality is a crutch for those who can't do drugs."