-
assembly reference
Hi, im teaching myself assembly from the win32asm website.
Just would like to know if there an help files or references or something that goes over each command that assembly uses?
like shl eax,8 for example, i have no idea what 'shl' does so just wondering if there any information about assembly on what each command does
thanks
-
There are some reference texts here:
http://www.programmersheaven.com/zone5/cat21/index.htm
The manual from Intel would work just fine but personally use HelpPC (can't find it online though) which is pretty small and old but user-friendly.
SLH moves a byte one bit to the left. It's mostly used to do fast multiplication (or division...not sure).
-
thanks
that helppc is exactly what i wanted ( a simple search on google did the trick to finding it )
-
Hi
i have a great site
http://spiff.tripnet.se/~iczelion/
:D
hope to help u
see u
-
NASM includes a reference manual.