News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Masm 64 bit for windows 7

Started by irfang26, June 28, 2013, 02:59:02 PM

Previous topic - Next topic

irfang26

Hello all guys..
Recently my second semester is being started....Assembly Language is our new subject and for assembly we need MASM 64 bit for windows 7..i have search almost every where but i could not find it...please help me today we really need it..
MASM Compiler +  Debugger
if it possible then please provide me the link i will really very greatfull to you..
if not then please suggest me any other alternative.
thanks a lot in advance....
and sorry if i post my thread in wrong section...

TouEnMasm

debugger windbg 64 bits.
Ml64 is part of an old sdk but you can try JWASM.
Fa is a musical note to play with CL

Vortex

Hi irfang26,

ToutEnMasm is right. JWasm is your best choice for Windows 64-bit programming :

http://japheth.de/JWasm.html

Gunther

Hi irfang26,

first things first: Welcome to the forum. And yes: you should give jWasm a try.

Gunther
You have to know the facts before you can distort them.

japheth

Quote from: irfang26 on June 28, 2013, 02:59:02 PM
Recently my second semester is being started....Assembly Language is our new subject and for assembly we need MASM 64 bit for windows 7

Learning assembly with Masm64 - which is only capable to create binaries for Win64 - sounds like a fairly odd idea. You do not only have to struggle with assembly language, but also with the complex Win64 API and the peculiarities of the Win64 register calling convention and alignment requirements.

jwasm has a few more features than Masm64, but it's not supposed to be used by newbies in assembly language.