Cosmos/source/Cosmos.Assembler/x86/SSEAndMMX2/AddSS.cs
fanoI 58c556f085 - Initial work as for https://github.com/CosmosOS/Cosmos/issues/359
- Added Console.Clear() to Guess Demo (the boot text remained on screen)
- Added to BCL test BitConverterTest (all failing), test for single / double arithmetic operations
- Added to TestRunner BCLTest
2016-05-21 18:55:39 +02:00

7 lines
163 B
C#

namespace Cosmos.Assembler.x86.SSE
{
[Cosmos.Assembler.OpCode( "addss" )]
public class AddSS : InstructionWithDestinationAndSource
{
}
}