📄 and.asm
字号:
and al,0fH
and al,7fH
and al,0ffH
and ax,0fH
and ax,7fH
and ax,0ffH
and ax,7fffH
and ax,0ffffH
and eax,0fH
and eax,7fH
and eax,0ffH
and eax,7fffH
and eax,0ffffH
and eax,7fffffffH
and eax,0ffffffffH
and dl,0fH
and dl,7fH
and dl,0ffH
and dx,0fH
and dx,7fH
and dx,0ffH
and dx,7fffH
and dx,0ffffH
and edx,0fH
and edx,7fH
and edx,0ffH
and edx,7fffH
and edx,0ffffH
and edx,7fffffffH
and edx,0ffffffffH
and byte ptr x,0fH
and byte ptr x,7fH
and byte ptr x,0ffH
and word ptr x,0fH
and word ptr x,7fH
and word ptr x,0ffH
and word ptr x,7fffH
and word ptr x,0ffffH
and dword ptr x,0fH
and dword ptr x,7fH
and dword ptr x,0ffH
and dword ptr x,7fffH
and dword ptr x,0ffffH
and dword ptr x,7fffffffH
and dword ptr x,0ffffffffH
and byte ptr x,dl
and word ptr x,dx
and dword ptr x,edx
and dl,byte ptr x
and dx,word ptr x
and edx,dword ptr x
and dl,bl
and dx,bx
and edx,ebx
and al,bl
and ax,bx
and eax,ebx
and dl,al
and dx,ax
and edx,eax
and edx,ecx
and edx,edx
and edx,esi
and edx,edi
and edx,esp
and edx,ebp
and dx,cx
and dx,dx
and dx,si
and dx,di
and dx,sp
and dx,bp
and dl,cl
and dl,dl
and dl,ah
and dl,bh
and dl,ch
and dl,dh
and eax,dword ptr [eax]
and eax,dword ptr [edx]
and eax,dword ptr [ebx]
and eax,dword ptr [ecx]
and eax,dword ptr [esi]
and eax,dword ptr [edi]
and eax,dword ptr [esp]
and eax,dword ptr [ebp]
and eax,dword ptr 0fH[edx]
and eax,dword ptr 7fH[edx]
and eax,dword ptr 7fffH[edx]
and eax,dword ptr 0ffffH[edx]
and eax,dword ptr 7fffffffH[edx]
and eax,dword ptr -1[edx]
and edx,dword ptr [eax]
and edx,dword ptr [edx]
and edx,dword ptr [ebx]
and edx,dword ptr [ecx]
and edx,dword ptr [esi]
and edx,dword ptr [edi]
and edx,dword ptr [esp]
and edx,dword ptr [ebp]
and edx,dword ptr 0fH[edx]
and edx,dword ptr 7fH[edx]
and edx,dword ptr 7fffH[edx]
and edx,dword ptr 0ffffH[edx]
and edx,dword ptr 7fffffffH[edx]
and edx,dword ptr -1[edx]
and edx,dword ptr [eax+esi]
and edx,dword ptr [edx+esi]
and edx,dword ptr [ebx+esi]
and edx,dword ptr [ecx+esi]
and edx,dword ptr [esi+esi]
and edx,dword ptr [edi+esi]
and edx,dword ptr [esp+esi]
and edx,dword ptr [ebp+esi]
and edx,dword ptr 0fH[edx+esi]
and edx,dword ptr 7fH[edx+esi]
and edx,dword ptr 7fffH[edx+esi]
and edx,dword ptr 0ffffH[edx+esi]
and edx,dword ptr 7fffffffH[edx+esi]
and edx,dword ptr -1[edx+esi]
and edx,dword ptr -0fH[edx+esi*2]
and edx,dword ptr -7fffH[edx+esi*4]
and edx,dword ptr [edx+esi*8]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -