0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-20 16:18:37 +03:00

Removed duplicate OR instruction handlers and files to fix handler organization

This commit is contained in:
bird_egop
2025-04-13 01:11:20 +03:00
parent 03aa51d13c
commit 8123ced2d6
4 changed files with 0 additions and 364 deletions

View File

@ -203,8 +203,6 @@ public class InstructionHandlerFactory
_handlers.Add(new OrR32Rm32Handler(_codeBuffer, _decoder, _length));
_handlers.Add(new OrAlImmHandler(_codeBuffer, _decoder, _length));
_handlers.Add(new OrEaxImmHandler(_codeBuffer, _decoder, _length));
_handlers.Add(new OrImmWithRm32Handler(_codeBuffer, _decoder, _length));
_handlers.Add(new OrImmWithRm32SignExtendedHandler(_codeBuffer, _decoder, _length));
}
/// <summary>