PDA

View Full Version : help,Need all the asm references


highfly
01-17-2004, 05:59 PM
hi


i am learning asm,i need all the asm references like cmp,jmp,mov, i need all

thanks

evlncrn8
01-17-2004, 06:03 PM
Quote:
[Originally Posted by highfly]hi


i am learning asm,i need all the asm references like cmp,jmp,mov, i need all

thanks


use google.. search for 'helppc21' download it, handy little utility

Bengaly
01-17-2004, 06:32 PM
http://www.clipx.net/ng/iapx86/index.php

evn
01-28-2004, 10:47 PM
hxxp://www.iro.umontreal.ca/~feeley/cours/ift2240/doc/assembly/

This is an assembly reference for some computing course, has references for most aspects of assembly, though it doesn't have detailed information on how to use them.

Also includes interrupt lists, and a bunch of floating point and mathematical references.