Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to know is there any assembly in windows 7 or not?
If there is, help me to download it.
Posted
Comments
Christian Graus 25-Jan-11 8:28am    
Google broken where you live ? What do you mean by 'assembly' ? Any processor supports assembly language, the OS has nothing to do with that. If you don't understand these things, assembler programming probably is not for you.
mehdi_k 25-Jan-11 11:22am    
if you can't understand my question, there is no force on you to answer.
CPallini 25-Jan-11 8:34am    
If you mean (I strongly doubt about) "is there a piece of Windows 7 written in assembly?" Then the answer is (probably) yes, there is. As about downloading it...Assembly is a programming language, how could you download it?
mehdi_k 25-Jan-11 11:24am    
I meant the free compilers of assembly witch can perfectly work on windows 7.

1 solution

Try NASM:
http://www.nasm.us/[^]

NASM Manual:
http://www.nasm.us/doc/nasmdo11.html[^]

There is also MASM which has also got an 64 bit version:
http://msdn.microsoft.com/en-us/library/hb5z4sxd.aspx[^]

Good luck!
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 25-Jan-11 10:56am    
Answered - my 5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900