Author Topic: Masm 64 bit for windows 7  (Read 35404 times)

irfang26

  • Guest
Masm 64 bit for windows 7
« on: June 28, 2013, 02:59:02 PM »
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

  • Member
  • *****
  • Posts: 1764
    • EditMasm
Re: Masm 64 bit for windows 7
« Reply #1 on: June 28, 2013, 06:36:41 PM »
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

  • Member
  • *****
  • Posts: 2794
Re: Masm 64 bit for windows 7
« Reply #2 on: June 28, 2013, 07:48:12 PM »
Hi irfang26,

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

http://japheth.de/JWasm.html

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: Masm 64 bit for windows 7
« Reply #3 on: June 29, 2013, 12:20:48 AM »
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

  • Guest
Re: Masm 64 bit for windows 7
« Reply #4 on: June 29, 2013, 02:14:41 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.