• We hope you have a fantastic holiday season to close out 2025! Thank you all so much for being part of the Tom's Guide community!

Windows 7 and assembler

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!
 


Try Microsoft Macro Assembler 64-bit here is more ifno
 
Yasm supports 64-bit assembly. This sort of thing is much easier in Linux.

Have fun - it's great having those extra registers to play with.
 
ooh, its been a while since i have used ASM (M68k, x86 fro 486, Z80)

might have to play around with this a bit
 

Good luck trying to compile 64-bit code in DOS.
 

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.
 

The OP said nothing about 64-bit code, just that he was running on Win7 64 bit.....