Cosmos/source/Cosmos.Assembler/x86/Imul.cs
Matthijs ter Woord 200923c859 .
2016-06-12 10:35:03 -04:00

8 lines
138 B
C#

namespace Cosmos.Assembler.x86
{
[OpCode("Imul")]
public class Imul: InstructionWithDestinationAndSourceAndSize
{
}
}