2025-04-13 18:00:26 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								# NOP instruction tests
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								# Format: RawBytes;Instructions
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 17:17:28 +03:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								RawBytes;Instructions
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:00:26 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								# Basic NOP instruction (1-byte)
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 17:17:28 +03:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								90;[{ "Mnemonic": "nop", "Operands": "" }]
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:00:26 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								# Multi-byte NOP instructions (used for alignment)
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:22:44 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								# 2-byte NOP (xchg AX, AX)
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:00:26 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								6690;[{ "Mnemonic": "nop", "Operands": "" }]
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								# 3-byte NOP (XCHG EAX, EAX)
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								0F1F00;[{ "Mnemonic": "nop", "Operands": "dword ptr [eax]" }]
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								# 4-byte NOP
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:22:44 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								0F1F4000;[{ "Mnemonic": "nop", "Operands": "dword ptr [eax]" }]
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:00:26 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								# 5-byte NOP
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:22:44 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								0F1F440000;[{ "Mnemonic": "nop", "Operands": "dword ptr [eax+eax*1]" }]
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:00:26 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								# 6-byte NOP
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:22:44 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								660F1F440000;[{ "Mnemonic": "nop", "Operands": "word ptr [eax+eax*1]" }]
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:00:26 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								# 7-byte NOP
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:22:44 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								0F1F8000000000;[{ "Mnemonic": "nop", "Operands": "dword ptr [eax]" }]
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:00:26 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								# 8-byte NOP
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:22:44 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								0F1F840000000000;[{ "Mnemonic": "nop", "Operands": "dword ptr [eax+eax*1]" }]
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:00:26 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								# 9-byte NOP
							 | 
						
					
						
							
								
									
										
										
										
											2025-04-13 18:22:44 +03:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								660F1F840000000000;[{ "Mnemonic": "nop", "Operands": "word ptr [eax+eax*1]" }]
							 |