Hi im just starting out and before i get into programing i wanted to learn all func, like mov , sub, fsub, dec, inc, jnz , etc, ect..... Basically everything i find tells me i need to know this stuff already. Like i want to be able to read code if i see a chunk of code like
Would be sweet if i could look at that and know exactely what its doin
Never can find a tutorial on this , so if someone has something that would help me out that would be great, thanks fellers

Would be sweet if i could look at that and know exactely what its doin
Never can find a tutorial on this , so if someone has something that would help me out that would be great, thanks fellers
Hello JustMe,
First, I would like to Welcome you to this fun&crasy community. ( :grin: )
Hope your stay will enlighten your knowledge and make you laugh
at all the wierd and funny people in our little 'asylum'.
That being sayd, to learn about the instructions used in assembly
there are tons of information available on the net.
Some direct links to files/tutorials/etc. ::
http://0x86.net/x86eas.zip
Intel x86 Instructions help file. Contains all the instructions for the basic processors.
http://webster.cs.ucr.edu/AoA.html
The Art of Assembly Language Programming. Good reading material.
For more links I would look in the thread linked below (The Asm Web-Link Collection)
Now go and have some fun! :alright:
First, I would like to Welcome you to this fun&crasy community. ( :grin: )
Hope your stay will enlighten your knowledge and make you laugh
at all the wierd and funny people in our little 'asylum'.
That being sayd, to learn about the instructions used in assembly
there are tons of information available on the net.
Some direct links to files/tutorials/etc. ::
http://0x86.net/x86eas.zip
Intel x86 Instructions help file. Contains all the instructions for the basic processors.
http://webster.cs.ucr.edu/AoA.html
The Art of Assembly Language Programming. Good reading material.
For more links I would look in the thread linked below (The Asm Web-Link Collection)
Now go and have some fun! :alright:
Your best bet is to go to win32asm.cjb.net and check out iczelions tutorials. Also at gamedev you can find some tuts on programming tetris in assembly - the first few paragraphs are about general stuff and are what I used at the beginning. Asm is so simple that you will pick it up before you know it.
Besides that, if you downloaded MASM32 from hutch's homepage you can check out instruction of interest in provided help files.
Good luck and welcome to the club :alright:
Besides that, if you downloaded MASM32 from hutch's homepage you can check out instruction of interest in provided help files.
Good luck and welcome to the club :alright:
JustMe,
What disassembler is that ?
Cheers,
JimmyClif
What disassembler is that ?
Cheers,
JimmyClif
Thanks fellers for the links and the warm welcomes;)
Hmmm, you want to learn to read disassembled listings...... we will just hope this has nothing to do with RE and cr4cking.....
One great way to learn is to write very simple one or two function apps in C, then compile them and analyze the asm produced, much like what is happening in this thread.
One great way to learn is to write very simple one or two function apps in C, then compile them and analyze the asm produced, much like what is happening in this thread.
Nah i aint tryin to hack nothin:grin:
Hello,
I have posted here one tutorial I found before, that helped me a lot, when I was complaining about the same thing you are... search the board for tuts or something and also my nick, you may be able to find it... ;) ... it is good and very direct.
If you dont find it at all, send me message or email, and I give to you.
Welcome to the madness! "Wack" out! :-D
I have posted here one tutorial I found before, that helped me a lot, when I was complaining about the same thing you are... search the board for tuts or something and also my nick, you may be able to find it... ;) ... it is good and very direct.
If you dont find it at all, send me message or email, and I give to you.
Welcome to the madness! "Wack" out! :-D
Nah i aint tryin to hack nothin:grin:
/me puts "JustMe" on his "To Watch" list :grin:
JustMe,
Here is a the Assembler Tutorials of Adam
Regards,
Vortex
Here is a the Assembler Tutorials of Adam
Regards,
Vortex
thx:grin:
I'm really likeing these Assembler Tutorials of Adam, they really explain everything very easily. Thanks learning a lot from them;)