Cosmos/source/Cosmos.Assembler/x86/x87/FloatNegate.cs

7 lines
No EOL
140 B
C#

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