Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>verw verify write (286/386) 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]
VERW              Verify Write (286/386)             Flags: O D I T S Z A P C
                                                                      *
VERW Source

           Logic:        if source can be written to then ZF . 1
                         else ZF . 0

     This instruction sets the zero flag if the current procedure can use
     source as a selector to write to. If the zero flag is not set,
     writing to source will cause a memory fault.

  --------------------------------------------------------------------------
   Operands                   Clocks   Transfers  Bytes  Example
   VERW register              14 (286)     -        3    VERW DX
   VERW memory                16 (286)     -        5    VERW TASK
  --------------------------------------------------------------------------

        Note:          This instruction is only available in privileged
                       mode.

See Also: VERR

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