Answers for "rol in alp"

0

rol in alp

ROL r8,1
        ROL m8,1
        ROL r16,1
        ROL m16,1
        ROL r32,1    386+
        ROL m32,1    386+
        ROL r8,CL
        ROL m8,CL
        ROL r16,CL
        ROL m16,CL
        ROL r32,CL   386+
        ROL m32,CL   386+
        ROL r8,i8    286+
        ROL m8,i8    286+
        ROL r16,i8   286+
        ROL m16,i8   286+
        ROL r32,i8   386+
        ROL m32,i8   386+
Posted by: Guest on January-09-2021
0

rol in alp

ROL AL,1
        ROL WORD [BX+SI],CL
        ROL BP,1
        ROL DWORD [EBX+ESI],9
        ROL BP,CL
Posted by: Guest on January-09-2021
0

rol in alp

Syntax: 	ROL Register, Bits to be shifted
Example:	ROL AH, 4
Posted by: Guest on January-09-2021

Browse Popular Code Answers by Language