nasm as assembler in visual studio 6

Programming, for all ages and all languages.
Locked
rigidbody
Posts: 10
Joined: Sat Sep 03, 2011 11:47 am

nasm as assembler in visual studio 6

Post by rigidbody »

Hi everyone,
I want to compile a simple assembly language program like helloworld.asm in visual studio 6. I don't want to use MASM as assembler.
I want to include NASM as assembler.
please help me out.

thanks in advance..:D
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: nasm as assembler in visual studio 6

Post by Combuster »

Now really, When do people learn to search before posting :evil:
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
DJAlexem
Member
Member
Posts: 33
Joined: Wed Sep 07, 2011 7:57 pm
Location: NSW, Australia

Re: nasm as assembler in visual studio 6

Post by DJAlexem »

LOL, i clicked the link...
Just a n00b C programmer, aiming to enter the world of advanced programming through OSDev :D

My Mixes
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: nasm as assembler in visual studio 6

Post by Solar »

Turning a somewhat vague idea into google keywords that lead you to the solution is a skill. I don't think this one was that obvious. If you know the term "custom build commands", you already have the solution - but what if you don't?
Every good solution is obvious once you've found it.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: nasm as assembler in visual studio 6

Post by Brynet-Inc »

Solar wrote:Turning a somewhat vague idea into google keywords that lead you to the solution is a skill. I don't think this one was that obvious. If you know the term "custom build commands", you already have the solution - but what if you don't?
How do you learn without knowing the question? learn the fucking question.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
rigidbody
Posts: 10
Joined: Sat Sep 03, 2011 11:47 am

Re: nasm as assembler in visual studio 6

Post by rigidbody »

i am a newbie. I have no idea about the custom build commands in windows.
shikhin
Member
Member
Posts: 274
Joined: Sat Oct 09, 2010 3:35 am
Libera.chat IRC: shikhin
Contact:

Re: nasm as assembler in visual studio 6

Post by shikhin »

Brynet-Inc wrote:Learn the fucking question.
/me agrees.

A quick google search for the terms "NASM Visual studio 6" isn't that bad. (http://tinyurl.com/3wa7fua) If you play around with those terms only, you can get whatever you want.


Regards,
Shikhin
http://shikhin.in/

Current status: Gandr.
Locked