This website requires JavaScript.
Explore
Help
Sign In
dan
/
Cosmos
Watch
1
Star
0
Fork
You've already forked Cosmos
0
mirror of
https://github.com/danbulant/Cosmos
synced
2026-06-10 02:02:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
01fc2eeafe
Cosmos
/
source2
/
Compiler
/
Cosmos.Compiler.Assembler.X86
History
Trivalik_cp
591e20c7ec
add convertSD2SI, mov double dupplicate (without 64 bit support no other way found)
...
fix conv.i4 for case: double k = 50.5; int k2 = (int)k;
2011-05-24 20:28:57 +00:00
..
286AndUp
386AndUp
fix shl,shr,add IL for 64 bit,
2011-02-23 21:11:04 +00:00
486AndUp
_Infra
add DOTNETCOMPABILE define condition,
2011-02-22 17:03:42 +00:00
Properties
unit format of assemblyinfos
2010-09-09 20:54:55 +00:00
SSE2
add convertSD2SI, mov double dupplicate (without 64 bit support no other way found)
2011-05-24 20:28:57 +00:00
SSE3
add convertSD2SI, mov double dupplicate (without 64 bit support no other way found)
2011-05-24 20:28:57 +00:00
SSEAndMMX2
x87
add convertSD2SI, mov double dupplicate (without 64 bit support no other way found)
2011-05-24 20:28:57 +00:00
Add.cs
AddWithCarry.cs
And.cs
Call.cs
ClrCarryFlag.cs
ClrDirFlag.cs
ClrInterruptFlag.cs
Cmps.cs
Compare.cs
ConditionalJump.cs
ConditionalMove.cs
ConvByteToWord.cs
Cosmos.Compiler.Assembler.X86.csproj
add convertSD2SI, mov double dupplicate (without 64 bit support no other way found)
2011-05-24 20:28:57 +00:00
Cosmos.Compiler.Assembler.X86.csproj.vspscc
renaming all, except vspackage
2010-09-04 19:07:11 +00:00
Cosmos.snk
Dec.cs
Divide.cs
Enums.cs
ExternalLabel.cs
Halt.cs
IDivide.cs
In.cs
Inc.cs
Interrupt.cs
InterruptReturn.cs
JumpAlways.cs
JumpBase.cs
JumpToSegment.cs
LoadStatusFlags.cs
Move.cs
MoveCR.cs
MoveD.cs
Movs.cs
Multiply.cs
Neg.cs
Noop.cs
Not.cs
Or.cs
Out.cs
Pop.cs
Push.cs
Registers.cs
Return.cs
RotateLeft.cs
RotateRight.cs
RotateThroughCarryRight.cs
Scas.cs
SetInterruptFlag.cs
ShiftLeft.cs
ShiftRight.cs
StoreByteInString.cs
StoreSD.cs
StoreWordInString.cs
Stos.cs
Sub.cs
SubWithCarry.cs
Test.cs
Xchg.cs
Xor.cs