Converted StringInstructionDecoder to StringInstructionHandler for better consistency with handler pattern

This commit is contained in:
bird_egop
2025-04-13 02:18:12 +03:00
parent 9dfa559045
commit 410211fcc6
4 changed files with 89 additions and 114 deletions
@@ -307,6 +307,7 @@ public class InstructionHandlerFactory
{
// Add String instruction handlers
_handlers.Add(new RepMovsHandler(_codeBuffer, _decoder, _length));
_handlers.Add(new StringInstructionHandler(_codeBuffer, _decoder, _length));
}
/// <summary>