Changes

Jump to: navigation, search

X86 64 Register and Instruction Quick Start

143 bytes added, 19:00, 24 January 2014
Starter Kit
Note the syntax:
* [[Register]] names are prefaced prefixed by %* [[Immediate Value|Immediate values]] are prefaced prefixed by $* Indirect memory access is indicated by (parenthesis).* Hexadecimal values are indicated by a 0x prefix.* Character values are indicated by quotation marks. Escapes (such as '\n') are permitted.
* Data sources are given as the first argument (mov %r10,%r11 moves FROM r10 INTO r11).

Navigation menu