Cosmos/source2/IL2CPU
2011-06-13 18:13:38 +00:00
..
Cosmos.IL2CPU Added an Inline attribute, which when used on a method in a plug, processes that method as an Assembler. See the IOPortImpl.cs file for an example of this new capability. The old method of using Assemblers is still supported. Also added an IOGroup for the mouse. 2011-06-11 01:57:27 +00:00
Cosmos.IL2CPU.Debug 2011-02-25 02:12:08 +00:00
Cosmos.IL2CPU.Plugs Added an Inline attribute, which when used on a method in a plug, processes that method as an Assembler. See the IOPortImpl.cs file for an example of this new capability. The old method of using Assemblers is still supported. Also added an IOGroup for the mouse. 2011-06-11 01:57:27 +00:00
Cosmos.IL2CPU.X86 Made a small optimization to the end of methods, compacting the xLocalSize offsets into fewer instructions. This actually made a surprising difference to the size of the output .iso, as it lowered the size by 8kb. (I've not compared the output .asm size, but that difference should be significantly larger than 8kb) 2011-06-13 18:13:38 +00:00
Cosmos.IL2CPU.X86.Tests unit format of assemblyinfos 2010-09-09 20:54:55 +00:00