Cosmos/source2/Cosmos.Assembler
EdwardNutting_cp bac3f98d56 VS2013 Support
This is relatively stable but no to be considered complete. Currently supported:
1. Installing user/dev kit (as normal)
2. Creating C#/VB/F# projects (latter 2 untested)
3. Debugging a Cosmos project - see limitations list below.

Debugging limitations:
1. Breakpoints sometimes fail to be hit. Only known thing that may help is recompile everything.
2. Specific breakpoint failure case: If you try and place a breakpoint on or after a "while(true)" statement it is extremely unreliable.

Other limitations:
1. VMWare occasionally breaks. If you get "Internal error" messages, or if VS crashes (don't let Windows "fix" it) or if VMWare fails to load properly there is only one known & reliable solution: Re-run the VMWare installer and hit "Repair". No restart required. You won't lose your VMs or settings (AFAI can tell).

If it all breaks, feel free to rant at it ;)
2013-11-06 21:01:49 +00:00
..
Properties 2012-01-23 13:54:18 +00:00
x86 Simplification, merge down Cosmos.Assember.x86 2012-08-06 02:08:45 +00:00
Assembler.cs 2012-08-07 04:55:39 +00:00
BaseAssemblerElement.cs Namespace change 2012-01-23 15:17:54 +00:00
Comment.cs Namespace change 2012-01-23 15:17:54 +00:00
Cosmos.Assembler.csproj VS2013 Support 2013-11-06 21:01:49 +00:00
Cosmos.Assembler.csproj.vspscc 2012-01-23 13:54:18 +00:00
Cosmos.snk 2012-01-23 13:54:18 +00:00
DataEndIfDefined.cs Namespace change 2012-01-23 15:17:54 +00:00
DataIfDefined.cs Namespace change 2012-01-23 15:17:54 +00:00
DataIfNotDefined.cs Namespace change 2012-01-23 15:17:54 +00:00
DataMember.cs 2012-08-07 03:16:36 +00:00
Define.cs Namespace change 2012-01-23 15:17:54 +00:00
ElementReference.cs Namespace change 2012-01-23 15:17:54 +00:00
Else.cs Namespace change 2012-01-23 15:17:54 +00:00
EndIfDefined.cs Namespace change 2012-01-23 15:17:54 +00:00
IDefine.cs Namespace change 2012-01-23 15:17:54 +00:00
IEndIfDefined.cs Namespace change 2012-01-23 15:17:54 +00:00
IfDefined.cs Namespace change 2012-01-23 15:17:54 +00:00
IfNotDefined.cs Namespace change 2012-01-23 15:17:54 +00:00
IIfDefined.cs Namespace change 2012-01-23 15:17:54 +00:00
IIfNotDefined.cs Namespace change 2012-01-23 15:17:54 +00:00
InfraExtensions.cs Namespace change 2012-01-23 15:17:54 +00:00
Instruction.cs Namespace change 2012-01-23 15:17:54 +00:00
Label.cs Labeling changes. 2012-08-07 05:29:26 +00:00
LabelName.cs Fixed asm stepping. also fixed IL2CPU Profiler and changed Label replace chars with a compiled regex. 2013-02-03 16:10:16 +00:00
LiteralAssemblerCode.cs 2012-07-11 06:21:07 +00:00
OpCodeAttribute.cs Namespace change 2012-01-23 15:17:54 +00:00
StackContents.cs Namespace change 2012-01-23 15:17:54 +00:00
TypeComparer.cs Namespace change 2012-01-23 15:17:54 +00:00