Ailen

Distinguished
Jul 31, 2009
1
0
18,510
Hey guys!

I am trying to find a way to program and compile some assembler code in windows 7 64 bit,
BUT it seems that the 'debug' command has been removed,
and 'tasm, and 'nasm' won't work with a 64 bit version of windows.

Anyone have a easy-how-to guide or something on how to do assembler code on windows 7 64 bit?

Any help is much appreciated!
 

Tom Griffin

Distinguished
Sep 29, 2009
15
0
18,560


Try Microsoft Macro Assembler 64-bit here is more ifno
 

Ijack

Distinguished

You have to jump through a few hoops to get Visual Express C++ to produce 64-bit code, although it is possible. A purpose built assembler such as masm or yasm is much easier if you want to play with 64-bit assembler.