Author Topic: NASM 64 Bit  (Read 11521 times)

Adam Campel

  • Guest
NASM 64 Bit
« on: June 30, 2009, 02:36:54 AM »
Hi, I'm reading Paul Carter's Book, and with that and these forums, I'm learning a lot. I've read about NASM in 32 Bit in Windows, but I was wondering if NASM can make 64 bit code. I'm running a 64 bit operating system, if that changes anything. I'm just interested in learning more information about it.

Adam

nobody

  • Guest
Re: NASM 64 Bit
« Reply #1 on: June 30, 2009, 03:50:55 AM »

Allan

  • Guest
Re: NASM 64 Bit
« Reply #2 on: June 30, 2009, 10:11:50 PM »
On Windows you may need MS Visual Studio 2008 which includes the MASM assembler. This requires a license fee and is *not* open-source or free in any sense.

Adam Campel

  • Guest
Re: NASM 64 Bit
« Reply #3 on: July 01, 2009, 08:40:06 PM »
why would I need to use MS Visual Studio? Couldn't I just specify 64 bits in the program?