Cosmos/source/Cosmos.Assembler/x86
Unknown6656 1fd7a0367c Added ASM instructions and basic DateTime-implementation
Added the x86-instructions 'LEA', 'RDTSC' and 'RDMSR'.
Added a simplistic plug for 'system::datetime', which now contains the
method for fetching the current date/time
2016-08-14 06:06:30 +02:00
..
_Infra Compare moved to newer x# stuff. 2016-06-12 15:25:48 -04:00
SSE2 . 2016-06-15 09:55:11 -04:00
SSE3 . 2016-06-15 15:04:50 -04:00
SSEAndMMX2
x87 . 2016-06-17 16:40:46 -04:00
Add.cs
AddWithCarry.cs
And.cs
Call.cs First step in improving x# and compiler. 2016-06-11 16:13:13 -04:00
ClearInterruptFlag.cs I think the default Heap allocates handles now. 2015-07-26 18:37:09 -04:00
ClrCarryFlag.cs
ClrDirFlag.cs
Cmps.cs
CmpXchg.cs
Compare.cs
ConditionalJump.cs . 2016-06-12 09:25:09 -04:00
ConditionalMove.cs
ConvByteToWord.cs
Cosmos.snk
CpuId.cs
Dec.cs
Divide.cs
Enums.cs
ExternalLabel.cs
Halt.cs
IDivide.cs
Imul.cs . 2016-06-12 10:35:03 -04:00
INC.cs
InFromDX.cs . 2016-06-12 09:25:09 -04:00
INT.cs
INT1.cs
INT3.cs
Interrupt.cs . 2016-06-16 12:59:00 -04:00
IRET.cs
JumpAlways.cs First step in improving x# and compiler. 2016-06-11 16:13:13 -04:00
JumpBase.cs Performance improvements. 2014-12-20 17:36:45 +01:00
JumpToSegment.cs Performance improvements. 2014-12-20 17:36:45 +01:00
Lea.cs Added ASM instructions and basic DateTime-implementation 2016-08-14 06:06:30 +02:00
Lgdt.cs
Lidt.cs
LoadStatusFlags.cs
Mov.cs
MoveCR.cs
MoveD.cs
MoveSignExtend.cs
MoveToDR6.cs
MoveZeroExtend.cs . 2016-06-17 18:35:22 -04:00
Movs.cs
Multiply.cs
Neg.cs
Noop.cs
Not.cs
Or.cs
OutToDX.cs . 2016-06-12 09:25:09 -04:00
Pop.cs
Popad.cs First step in improving x# and compiler. 2016-06-11 16:13:13 -04:00
Popfd.cs
Push.cs
Pushad.cs First step in improving x# and compiler. 2016-06-11 16:13:13 -04:00
Pushfd.cs
Rdmsr.cs Added ASM instructions and basic DateTime-implementation 2016-08-14 06:06:30 +02:00
Rdtsc.cs Added ASM instructions and basic DateTime-implementation 2016-08-14 06:06:30 +02:00
Registers.cs First stage of compiler refactorings 2016-06-14 15:26:39 -04:00
Return.cs First step in improving x# and compiler. 2016-06-11 16:13:13 -04:00
RotateLeft.cs
RotateRight.cs
RotateThroughCarryRight.cs
Scas.cs
SetInterruptFlag.cs
ShiftLeft.cs
ShiftRight.cs
Shld.cs
Shrd.cs
SignExtendAX.cs
StoreByteInString.cs
StoreSD.cs
StoreWordInString.cs
Stos.cs
Sub.cs
SubWithCarry.cs
Test.cs
Xchg.cs
XchgAndAdd.cs
Xor.cs