MOV

444 subcases · Intel manual →

mov rax, rbx 4889d8 states mov qword ptr [0x666666010100], rbx 48891d00f19aff states mov qword ptr [r8 + 0x0], rbx 498918 states mov qword ptr [r8 + 0x20], rbx 49895820 states mov qword ptr [r8 - 0x20], rbx 498958e0 states mov qword ptr [r8 + r9 * 1 + 0x0], rbx 4b891c08 states mov qword ptr [r8 + r9 * 1 + 0x20], rbx 4b895c0820 states mov qword ptr [r8 + r9 * 1 - 0x20], rbx 4b895c08e0 states mov rax, qword ptr [0x666666010100] 48a10001016666660000 states mov rax, qword ptr [r8 + 0x0] 498b00 states mov rax, qword ptr [r8 + 0x20] 498b4020 states mov rax, qword ptr [r8 - 0x20] 498b40e0 states mov rax, qword ptr [r8 + r9 * 1 + 0x0] 4b8b0408 states mov rax, qword ptr [r8 + r9 * 1 + 0x20] 4b8b440820 states mov rax, qword ptr [r8 + r9 * 1 - 0x20] 4b8b4408e0 states mov eax, ebx 89d8 states mov dword ptr [0x666666010100], ebx 891d00f19aff states mov dword ptr [r8 + 0x0], ebx 418918 states mov dword ptr [r8 + 0x20], ebx 41895820 states mov dword ptr [r8 - 0x20], ebx 418958e0 states mov dword ptr [r8 + r9 * 1 + 0x0], ebx 43891c08 states mov dword ptr [r8 + r9 * 1 + 0x20], ebx 43895c0820 states mov dword ptr [r8 + r9 * 1 - 0x20], ebx 43895c08e0 states mov eax, dword ptr [0x666666010100] a10001016666660000 states mov eax, dword ptr [r8 + 0x0] 418b00 states mov eax, dword ptr [r8 + 0x20] 418b4020 states mov eax, dword ptr [r8 - 0x20] 418b40e0 states mov eax, dword ptr [r8 + r9 * 1 + 0x0] 438b0408 states mov eax, dword ptr [r8 + r9 * 1 + 0x20] 438b440820 states mov eax, dword ptr [r8 + r9 * 1 - 0x20] 438b4408e0 states mov ax, bx 6689d8 states mov word ptr [0x666666010100], bx 66891d00f19aff states mov word ptr [r8 + 0x0], bx 66418918 states mov word ptr [r8 + 0x20], bx 6641895820 states mov word ptr [r8 - 0x20], bx 66418958e0 states mov word ptr [r8 + r9 * 1 + 0x0], bx 6643891c08 states mov word ptr [r8 + r9 * 1 + 0x20], bx 6643895c0820 states mov word ptr [r8 + r9 * 1 - 0x20], bx 6643895c08e0 states mov ax, word ptr [0x666666010100] 66a10001016666660000 states mov ax, word ptr [r8 + 0x0] 66418b00 states mov ax, word ptr [r8 + 0x20] 66418b4020 states mov ax, word ptr [r8 - 0x20] 66418b40e0 states mov ax, word ptr [r8 + r9 * 1 + 0x0] 66438b0408 states mov ax, word ptr [r8 + r9 * 1 + 0x20] 66438b440820 states mov ax, word ptr [r8 + r9 * 1 - 0x20] 66438b4408e0 states mov al, bl 88d8 states mov byte ptr [0x666666010100], bl 881d00f19aff states mov byte ptr [r8 + 0x0], bl 418818 states mov byte ptr [r8 + 0x20], bl 41885820 states mov byte ptr [r8 - 0x20], bl 418858e0 states
Next →