mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:32:46 +00:00 
			
		
		
		
	|  1d68c64b98 All the MOVs in the B8-BF range can use the REX.W prefix, not just B8. Previously instructions like `48 B9... mov rcx, imm64` were interpreted as `mov rcx, imm32` because the REX.W prefix was only applied to `48 B8... mov rax, imm64`. | ||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Disassembler.h | ||
| ELFSymbolProvider.h | ||
| Instruction.cpp | ||
| Instruction.h | ||
| Interpreter.h | ||