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