[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 0D - CPU-generated (80286+) - GENERAL PROTECTION VIOLATION
Notes:  called in real mode when
            an instruction accesses a word operand located at offset FFFFh in
              segment CS, DS, ES, FG, or GS
            a PUSH MEM or POP MEM instruction contains an invalid bit encoding
              in the second byte
            an instruction exceeds the maximum length allowed (10 bytes for
              80286, 15 bytes for 80386/80486)
            an instruction wraps from offset FFFFh to offset 0000h
        called in protected mode on protection violations not covered by INT 06
          through INT 0C, including
            segment limit violations
            write to read-only segments
            accesses using null DS or ES selectors
            accesses to segments with privilege greater than CPL
            wrong descriptor type
        called on 80486 protected-mode floating-point protection fault
SeeAlso: INT 0C"STACK"

See Also: 09
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson