mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-10 08:01:21 +04:00
Fixed operand order in MOV instructions and updated tests to match disassembler output
This commit is contained in:
@@ -26,7 +26,7 @@ public class SegmentOverrideTests
|
||||
// Assert
|
||||
Assert.NotNull(instruction);
|
||||
Assert.Equal("mov", instruction.Mnemonic);
|
||||
Assert.Equal("esp, dword ptr fs:[0x00000000]", instruction.Operands);
|
||||
Assert.Equal("dword ptr fs:[0x00000000], esp", instruction.Operands);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user