mirror of
				https://github.com/sampletext32/ParkanPlayground.git
				synced 2025-11-03 23:09:44 +03:00 
			
		
		
		
	
		
			
				
	
	
	
		
			885 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			885 B
		
	
	
	
	
	
	
	
| 1 | # CMP instruction tests | 
|---|---|
| 2 | # Format: RawBytes;Instructions | 
| 3 | RawBytes;Instructions | 
| 4 | # CMP r/m8, imm8 (opcode 80 /7) | 
| 5 | # CMP r/m32, imm32 (opcode 81 /7) | 
| 6 | # CMP r/m32, imm8 (opcode 83 /7) | 
| 7 | # CMP with memory operands | 
| 8 | # CMP r/m32, r32 (opcode 39) | 
| 9 | # CMP r32, r/m32 (opcode 3B) |