; name: XOR, AND and OR
; code: "30C820C008C831C821D109D16631C86621D16609D13501002501000D010081F1010081E1010081C9010030C820C008C86631C86621D16609D131C821D109D16635010066250100660D01006681F101006681E101006681C9010030C820C008C86631C86621D16609D131C821D109D14831C84821D14809D16635010066250100660D01006681F101006681E101006681C90100"

[bits 16]
xor al,cl
and al,al
or  al,cl
xor ax,cx
and cx,dx
or  cx,dx
xor eax,ecx
and ecx,edx
or  ecx,edx
xor ax,0x1
and ax,0x1
or  ax,0x1
xor cx,0x1
and cx,0x1
or  cx,0x1
[bits 32]
xor al,cl
and al,al
or  al,cl
xor ax,cx
and cx,dx
or  cx,dx
xor eax,ecx
and ecx,edx
or  ecx,edx
xor ax,0x1
and ax,0x1
or  ax,0x1
xor cx,0x1
and cx,0x1
or  cx,0x1
[bits 64]
xor al,cl
and al,al
or  al,cl
xor ax,cx
and cx,dx
or  cx,dx
xor eax,ecx
and ecx,edx
or  ecx,edx
xor rax,rcx
and rcx,rdx
or  rcx,rdx
xor ax,0x1
and ax,0x1
or  ax,0x1
xor cx,0x1
and cx,0x1
or  cx,0x1
