Cosmos/source2/Cosmos.Assembler
EdwardNutting_cp cbd1b81ffb LabelName: Was removing underscores from method namesfor readability. Caused bug with Buffer.__Memcpy where Buffer.MemCpy and Buffer._Memcpy were also used labels.
PlugManager: bug in my design fixed.
FatFileSystem: completed the todo that said trailing periods should be ignored.
Buffer: Added __Memcpy plug so that String.Trim method compiles so that FAT code will compile.
2014-02-04 16:27:16 +00:00
..
Properties
x86 Improvements to DS speed. We now insert NOP placeholders for INT3s in preference to actually inserting the INT3s (though we still insert some INT3s so DS can process messages etc). Improves DS speed especially on larger methods with large numbers of C# lines between opening curly braces, "{". 2014-01-18 00:09:54 +00:00
Assembler.cs All those debugger changes we've been waiting for ;) 2014-01-10 22:03:55 +00:00
BaseAssemblerElement.cs
Comment.cs
Cosmos.Assembler.csproj VS2013 Support 2013-11-06 21:01:49 +00:00
Cosmos.Assembler.csproj.vspscc
Cosmos.snk
DataEndIfDefined.cs
DataIfDefined.cs
DataIfNotDefined.cs
DataMember.cs 2012-08-07 03:16:36 +00:00
Define.cs
ElementReference.cs
Else.cs
EndIfDefined.cs
IDefine.cs
IEndIfDefined.cs
IfDefined.cs
IfNotDefined.cs
IIfDefined.cs
IIfNotDefined.cs
InfraExtensions.cs
Instruction.cs
Label.cs Labeling changes. 2012-08-07 05:29:26 +00:00
LabelName.cs LabelName: Was removing underscores from method namesfor readability. Caused bug with Buffer.__Memcpy where Buffer.MemCpy and Buffer._Memcpy were also used labels. 2014-02-04 16:27:16 +00:00
LiteralAssemblerCode.cs 2012-07-11 06:21:07 +00:00
OpCodeAttribute.cs
StackContents.cs
TypeComparer.cs