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 - <b>inc increment by 1 flags: o d i t s z a p c</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INC             Increment by 1                       Flags: O D I T S Z A P C
                                                            * - - - * * * * -
INC destination

        Logic   destination . destination + 1

    INC adds one to the operand. Note that INC does not change the
    carry flag.

    
    Opcode      Format
    40 + rw     INC  r16
    40 + rd     INC  r32
    FE /0       INC  r/m8
    FF /0       INC  r/m16
    FF /0       INC  r/m32


    Length and timing
    Operands    Bytes   8088    186     286     386     486     Pentium
    r8           2       3       3       2       2       1       1   UV
    r16          1       3       3       2       2       1       1   UV
    r32          1       3       3       2       2       1       1   UV
    mem       2+d(0,2)  23+EA   15       7       6       3       3   UV

See Also: DEC ADD Flags

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