Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/x87/FloatDivide.cs
2011-04-07 20:36:35 +00:00

12 lines
No EOL
255 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Compiler.Assembler.X86.x87
{
[OpCode("fdiv")]
public class FloatDivide : InstructionWithDestinationAndSourceAndSize
{
}
}