Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
INVD/WBINVD Instruction
 Detail Key                               Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Title:    Invalidate Data Cache                 Flags: O D I T S Z A P C
            80486 Only                                   ═════════════════
                                                              -none-
  Syntax:   INVD
            WBINVD
 
  See also: .486, INVLPG
 
  Description:
 
     INVD empties contents of the current data cache without writing
     changes to memory. WBINVD also empties contents of the current
     data cache, but first writes changes to memory.
 
     Proper use of these instructions requires knowledge of how
     contents are placed in the cache. INVD and WBINVD are intended
     primarily for systems programming. See Intel documentation for
     details.
                                    -♦-