GNU Info

Info Node: (nasm.info)Section B.4.247

(nasm.info)Section B.4.247


Next: Section B.4.248 Prev: Section B.4.246 Up: Section B.4
Enter node , (file) or (file)node

B.4.247. `POR': MMX Bitwise OR
------------------------------

     POR mm1,mm2/m64               ; 0F EB /r             [PENT,MMX]
     POR xmm1,xmm2/m128            ; 66 0F EB /r     [WILLAMETTE,SSE2]

   `POR' performs a bitwise OR operation between its two operands (i.e.
each bit of the result is 1 if and only if at least one of the
corresponding bits of the two inputs was 1), and stores the result in
the destination (first) operand.


automatically generated by info2www version 1.2.2.9