PDA

View Full Version : I need an Assembly Operators Reference Table


Kookie
25th February 2007, 15:10
I need an Assembly Operators Reference Table, basically something that will show the operators along-side of a brief but understandable description of each.

I don't know if Operators is the correct term for it so to make sure we're on the same page I am referring to things like JMP, CALL, MOV, JNZ, JE, TEST, ect.

I've been reading cal's tutorials and I figure if I can read ASM a bit better I can probably understand it all better and have a greater chance at knowing and finding what I'm trying to find in the code.

Thanks

Kosire
26th February 2007, 03:07
Art of Assembly
http://webster.cs.ucr.edu/AoA/index.html

Intel Instruction Reference Manuals
ftp://download.intel.com/design/Pentium4/manuals/25366621.pdf
ftp://download.intel.com/design/Pentium4/manuals/25366721.pdf

OpCode map
http://pdos.csail.mit.edu/6.828/2005/readings/i386/appa.htm

Kookie
26th February 2007, 16:58
Art of Assembly
http://webster.cs.ucr.edu/AoA/index.html

Intel Instruction Reference Manuals
ftp://download.intel.com/design/Pentium4/manuals/25366621.pdf
ftp://download.intel.com/design/Pentium4/manuals/25366721.pdf

OpCode map
http://pdos.csail.mit.edu/6.828/2005/readings/i386/appa.htm

Thanks, I'll check them out when I find a moment. :)