The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: moshe12007 on September 11, 2008, 07:09:26 PM

Title: Hello new here i am want to learn asm
Post by: moshe12007 on September 11, 2008, 07:09:26 PM
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?
Title: Re: Hello new here i am want to learn asm
Post by: BlackVortex on September 11, 2008, 08:49:24 PM
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
Title: Re: Hello new here i am want to learn asm
Post by: hutch-- on September 12, 2008, 01:16:18 AM
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.