namespace Cosmos.Compiler.Assembler.X86.x87 { [OpCode("fsin")] public class FloatSine : Instruction { } }