c·c++/c 프로그래밍

비주얼 씨++ 2010에서 어셈블리어 컴파일 하는법좀

바로이순간 2012. 3. 12. 15:49

http://kipirvine.com/asm/gettingStartedVS2010/ind
가 다운이 된것 같습니다.

 

ftp://hcilab.cju.ac.kr/public/Irvine32/Irvine32.zip

으로 다운 받아서 압축을 풀면 여기에 필요한 파일이 들어 있습니다.

 

http://www.deconflations.com/2011/masm-assembly-in-visual-studio-2010/

이곳에 비주얼 씨++ 2010 으로 어셈블리 프로그램을 하는 것이 있습니다.

참고하시기를....

 

=====================================================================================

다른 의견도 있습니다.

 

Really the best is if you listen to both of them. download from masm32 and then copy the ml.exe and link.exe from the visual studio into the masm32 bin. than you will have all the additional libraries of masm32 with the latest assembler.

 

http://www.masm32.com/masmdl.htm

 

http://www.masm32.com/

 

위에서 지시하는 것은 masm32 sdk 를 다운 받고 이 통합환경내에

비주얼 씨++ 2010 익스프레스 안에 있는 ml.exe 와 link.exe 를 복사해 넣고

masm32 통합 환경을 사용하는 편이 낳다는 이야기 입니다.

'c·c++ > c 프로그래밍' 카테고리의 다른 글

초보자들의 질문모음  (0) 2012.03.14
순환호출(재귀호출) 이해하기  (0) 2012.03.12
Visual C++ 2010 Express 사용법  (0) 2012.03.12
3자리마다 콤마(,)찍는 방법.  (0) 2012.03.05
sizeof('A')는? 왜 4인가  (0) 2012.03.05