Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- iAPx86 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

   Matrix symbols

   b   = byte operation            r8  = byte register
   dir = direct                    r16 = word register (dword if 32-bit)
   ib  = immediate byte            r/m = effective address is second byte
   iw  = immediate word            sb  = immediate byte sign-extended
   ind = indirect                  sho = short
   f   = far, i.e. intersegment    Sr  = segment register
   m   = memory                    w   = word operation

      +---------------------------------------------------------------+
      | mod.r/m | 000  | 001 | 010  | 011  | 100  | 101  | 110  | 111 |
      |---------+------+-----+------+------+------+------+------+-----|
      | Immed   | ADD  | OR  | ADC  | SBB  | AND  | SUB  | XOR  | CMP |
      | Shift   | ROL  | ROR | RCL  | RCR  | SHL  | SHR  | -    | SAR |
      | Grp 1   | TEST | -   | NOT  | NEG  | MUL  | IMUL | DIV  | IDIV|
      | Grp 2   | INC  | DEC | CALL | CALL | JMP  | JMP  | PUSH | -   |
      |         |      |     | ind  |f ind | ind  |f ind |      |     |
      +---------------------------------------------------------------+

See Also: Instruction set matrix (I) Instruction set matrix (II)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson