Results 1 to 5 of 5

Thread: assembly reference

  1. #1

    Thread Starter
    Fanatic Member Geespot's Avatar
    Join Date
    Oct 2001
    Location
    Birmingham, UK
    Posts
    577

    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

  2. #2
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    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).
    Baaaaaaaaah

  3. #3

    Thread Starter
    Fanatic Member Geespot's Avatar
    Join Date
    Oct 2001
    Location
    Birmingham, UK
    Posts
    577
    thanks

    that helppc is exactly what i wanted ( a simple search on google did the trick to finding it )

  4. #4
    Junior Member
    Join Date
    Oct 2002
    Posts
    21
    Hi
    i have a great site
    http://spiff.tripnet.se/~iczelion/


    hope to help u

    see u
    ThiS Is Me
    my email
    [email protected]

  5. #5
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    NASM includes a reference manual.
    "Can't" and "shouldn't" are two totally separate things.

    All questions should be answered. All answers should be true. That is why I post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width