Cosmos/source/Indy.IL2CPU/Assembler/x86/Multiply.cs
mterwoord_cp 8b8be0c28d
2008-11-29 17:26:44 +00:00

10 lines
223 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Indy.IL2CPU.Assembler.X86 {
[OpCode("mul")]
public class Multiply: InstructionWithDestinationAndSize {
}
}