Cosmos/source2/Compiler/Cosmos.Compiler.XSharp
blah38621_cp 1b922726f0 The first of a series of commits as I work my way down the list of things Gendarme found wrong. (a large amount is likely to be skipped, as gendarme found 13k potential issues.)
This one makes sure that constructors for abstract classes are protected, not public, as the constructor can only be called by child classes.
2011-10-22 23:19:51 +00:00
..
Properties unit format of assemblyinfos 2010-09-09 20:54:55 +00:00
Address.cs 2011-07-20 15:07:02 +00:00
AddressDirect.cs 2011-07-17 21:34:17 +00:00
AddressIndirect.cs 2011-07-18 01:09:56 +00:00
CodeBlock.cs Address support of new X# DataMembers 2011-07-20 03:11:29 +00:00
CodeGroup.cs Backed out label changes. They use . again. The # change caused too many issues. 2011-07-20 02:39:36 +00:00
Cosmos.Compiler.XSharp.csproj X# DataMember.Address 2011-07-20 00:03:05 +00:00
Cosmos.Compiler.XSharp.csproj.vspscc renaming all, except vspackage 2010-09-04 19:07:11 +00:00
Cosmos.snk DONT DOWNLOAD. this version does build, but probably wont work. testing now. 2010-08-05 16:18:27 +00:00
DataMember32.cs 2011-07-21 19:17:24 +00:00
DataMemberBase.cs X# DataMember.Value (get only, set coming soon) 2011-07-20 03:47:55 +00:00
Memory.cs 2011-07-18 01:09:56 +00:00
MemoryAction.cs 2011-07-21 19:17:24 +00:00
PortNumber.cs NS change 2010-08-07 13:16:30 +00:00
Ports.cs NS change 2010-08-07 13:16:30 +00:00
ReadMe.html 2010-08-15 02:44:21 +00:00
Register.cs The first of a series of commits as I work my way down the list of things Gendarme found wrong. (a large amount is likely to be skipped, as gendarme found 13k potential issues.) 2011-10-22 23:19:51 +00:00
Register08.cs NS change 2010-08-07 13:16:30 +00:00
Register16.cs NS change 2010-08-07 13:16:30 +00:00
Register32.cs x# 2011-07-19 19:45:30 +00:00
RegisterAL.cs 2011-07-18 00:02:27 +00:00
RegisterAX.cs NS change 2010-08-07 13:16:30 +00:00
RegisterBL.cs 2011-07-18 00:02:27 +00:00
RegisterDX.cs NS change 2010-08-07 13:16:30 +00:00
RegisterEAX.cs 2011-07-18 00:02:27 +00:00
RegisterEBP.cs 2011-07-18 00:02:27 +00:00
RegisterEBX.cs 2011-07-18 00:02:27 +00:00
RegisterECX.cs 2011-07-18 00:02:27 +00:00
RegisterEDI.cs 2011-07-18 00:02:27 +00:00
RegisterEDX.cs 2011-07-17 19:44:26 +00:00
RegisterESI.cs 2011-07-19 05:00:06 +00:00
RegisterESP.cs 2011-07-18 00:02:27 +00:00
XSharpAttribute.cs PreserveStack option to XSharp attribute. 2011-07-17 20:07:25 +00:00

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
	<head>
		<title></title>
	</head>
	<body>
	
	    <p>
            Contains X# a high level assembly language. Should not do any assembly itself, 
            but instead just translate into the lower level Cosmos assembler.</p>
	
	</body>
</html>