Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
LOCK Instruction
 Detail Key                               Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Title:    Lock the Bus                          Flags: O D I T S Z A P C
                                                         ═════════════════
  Syntax:   LOCK instruction                                  -none-
 
  Description:
 
     Locks out other processors during execution of the next
     instruction. This instruction is a prefix. It must precede an
     instruction that accesses a memory location that another processor
     can attempt to access at the same time.
 
     See Intel documentation for details on multiprocessor
     environments.
                                    -♦-