Category:X86 Assembly: Difference between revisions

From Rosetta Code
Content added Content deleted
(Assembler template)
No edit summary
Line 1: Line 1:
{{stub}}{{language}}{{assembler language}}
{{language}}{{assembler language}}


[[Category:Assembly]]
[[Category:Assembly]]

Intel manuals: https://software.intel.com/en-us/articles/intel-sdm

Brief introduction: http://cs.lmu.edu/~ray/notes/x86assembly/

GNU assembler: https://sourceware.org/binutils/docs/as/

SSE: https://en.wikibooks.org/wiki/X86_Assembly/SSE

64 bit Linux assembly: http://rayseyfarth.com/asm/

Linux system calls: http://blog.rchapman.org/posts/Linux_System_Call_Table_for_x86_64/

YASM manual: http://www.tortall.net/projects/yasm/manual/html/index.html

NASM manual: http://www.nasm.us/xdoc/2.12.02/html/nasmdoc0.html

8086 assembly: http://www.stevemorse.org/8086/

32 bit: http://pacman128.github.io/pcasm/

64 bit: https://www.cs.cmu.edu/~fp/courses/15213-s07/misc/asm64-handout.pdf

Linux procedure calls: https://github.com/hjl-tools/x86-psABI/wiki/x86-64-psABI-r252.pdf

Revision as of 18:55, 30 March 2017

Subcategories

This category has the following 7 subcategories, out of 7 total.

Pages in category "X86 Assembly"

The following 94 pages are in this category, out of 94 total.