Log in

View Full Version : help,Need all the asm references


highfly
January 17th, 2004, 17:59
hi


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

thanks

evlncrn8
January 17th, 2004, 18:03
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
January 17th, 2004, 18:32
http://www.clipx.net/ng/iapx86/

evn
January 28th, 2004, 22:47
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.