hello i am want to learn asm but i am dont know what to learn and why to learn asm or another language ? what is it masm? what is it asm 64 bit?what is it asm 16 bit?
You need to read some tutorials or books. Actually, assembly is difficult, you should make sure you have some prior programming experience before messing with it. :toothy
moshe,
Just a word of wisdom from an old fella, assembler is not a good point to start learning programming and this is due to its complex technical nature. It will be far more useful to you to start with a simpler compiler based language so you can learn programming logic, abstract ideas like addressing, data sizes and so on. This will improve your skills far faster and later as you see the need to write lower level code you can always come back to assembler programming when the need arises.