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>verr verify read (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]
VERR              Verify Read (286/386)              Flags: O D I T S Z A P C
                                                                      *
VERR source

           Logic:        if source can be read from then ZF . 1
                         else ZF . 0

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

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

        Note:          This instruction is only available in privileged
                       mode.

See Also: VERW

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