|
From: DaVinci on 10 Apr 2006 08:48 linux, debian nasm where can I find man pages of instruction. thanks very much.
From: Frank Kotler on 10 Apr 2006 11:35 DaVinci wrote: > linux, debian nasm > where can I find man pages of instruction. He, hee! Mmmm, I just looked at the Nasm "man" page... it's pretty well out of date (they should fix that!). In particular, the last "restrictions" section contains some statements that are no longer true (-l for listing file, -g for symbolic debug info, ...) Doesn't include an instruction set reference, anyway... The full Nasm manual *does* include an instruction set reference. The shortest download, AFAIK, is to download the entire source, get into the doc/ directory, and do "make". The "docs" download includes the whole shebang in multiple formats, and is huge. (I don't know what debian includes in the distro - I assume just the man page?) The "front door" at nasm.sf.net is still broken - find us at: http://www.sf.net/projects/nasm The Intel/AMD manuals remain the "official" source for instruction set info, of course... You probably know this, but while we're on the subject, the sys_calls are "man 2" - "man write", for example, is *not* what you want - "man 2 write" is... Happy penguin-pokin', Frank
From: Rod Pemberton on 10 Apr 2006 12:18 "DaVinci" <apple.davinci(a)gmail.com> wrote in message news:1144673308.588871.11610(a)t31g2000cwb.googlegroups.com... > linux, debian nasm > where can I find man pages of instruction. > thanks very much. > http://www.rz.uni-karlsruhe.de/rz/docs/VTune/reference/About_IA-32_Instructions.htm http://www.ews.uiuc.edu/~cjiang/reference/About_IA-32_Instructions.htm
|
Pages: 1 Prev: masm32.hlp, WIN32.HLP, masmlib.hlp Next: Style Guidelines |