mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
- 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
7 lines
163 B
C#
7 lines
163 B
C#
namespace Cosmos.Assembler.x86.SSE
|
|
{
|
|
[Cosmos.Assembler.OpCode( "addss" )]
|
|
public class AddSS : InstructionWithDestinationAndSource
|
|
{
|
|
}
|
|
}
|