i dont know from where to start,if you guys can help in guides or anything
btw i don`t really know many lang's :(
btw i don`t really know many lang's :(
start reading 'The Art Of Assembly' by Randall Hyde i'd say thats what got me started.
(You can find the book online for free)
Scorpie
(You can find the book online for free)
Scorpie
get some tuts on masm formthis web site, and read some low level stuff, the art of assembly is HLA, it uses some of the more high level stuff, try to do some diversity in asm, do some 16 bit, then 32 bit, then masm, etc....
this way u can see learn what assembler is and not be bound to a single syntaxis.
this way u can see learn what assembler is and not be bound to a single syntaxis.
>>the art of assembly is HLA
Well, not all of it... check out the 16 bit edition here:
http://webster.cs.ucr.edu/AoA/DOS/AoADosIndex.html
Well, not all of it... check out the 16 bit edition here:
http://webster.cs.ucr.edu/AoA/DOS/AoADosIndex.html
Or take a look at http://www.win32asmcommunity.net/phpwiki
When you're reading AOA, try to read everything well and understand the basic. Sometimes he mention many things he knows that you may be forget but, it's the best documentation for beginners.