Cosmos/source/Cosmos.Assembler/x86
2016-12-13 22:39:41 -06:00
..
_Infra Compare moved to newer x# stuff. 2016-06-12 15:25:48 -04:00
SSE2 Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
SSE3 . 2016-06-15 15:04:50 -04:00
SSEAndMMX2 Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2016-06-26 15:02:38 +02:00
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
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
JumpToSegment.cs
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
ShiftLeftArithmetic.cs - Bugfix Shr_un does not really did a shift right unsigned 2016-08-18 20:10:10 +02:00
ShiftRight.cs
ShiftRightArithmetic.cs - Bugfix Shr_un does not really did a shift right unsigned 2016-08-18 20:10:10 +02:00
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