mirror of
				https://github.com/sampletext32/ParkanPlayground.git
				synced 2025-11-03 23:09:44 +03:00 
			
		
		
		
	nice big refactor
This commit is contained in:
		@@ -38,7 +38,7 @@ public class PopRegHandler : InstructionHandler
 | 
			
		||||
        instruction.Mnemonic = "pop";
 | 
			
		||||
        
 | 
			
		||||
        // Register is encoded in the low 3 bits of the opcode
 | 
			
		||||
        int reg = opcode & 0x07;
 | 
			
		||||
        RegisterIndex reg = (RegisterIndex)(opcode & 0x07);
 | 
			
		||||
        string regName = ModRMDecoder.GetRegisterName(reg, 32);
 | 
			
		||||
        
 | 
			
		||||
        // Set the operands
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user