mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 16:18:37 +03:00
Converted StringInstructionDecoder to StringInstructionHandler for better consistency with handler pattern
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user