mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
This commit is contained in:
parent
bfa405335d
commit
a7e3f9549f
2 changed files with 0 additions and 13 deletions
|
|
@ -70,7 +70,6 @@
|
||||||
<Compile Include="AddressDirect.cs" />
|
<Compile Include="AddressDirect.cs" />
|
||||||
<Compile Include="AddressIndirect.cs" />
|
<Compile Include="AddressIndirect.cs" />
|
||||||
<Compile Include="CodeGroup.cs" />
|
<Compile Include="CodeGroup.cs" />
|
||||||
<Compile Include="InteruptHandlerAttribute.cs" />
|
|
||||||
<Compile Include="Memory.cs" />
|
<Compile Include="Memory.cs" />
|
||||||
<Compile Include="MemoryAction.cs" />
|
<Compile Include="MemoryAction.cs" />
|
||||||
<Compile Include="PortNumber.cs" />
|
<Compile Include="PortNumber.cs" />
|
||||||
|
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
|
|
||||||
namespace Cosmos.Compiler.XSharp {
|
|
||||||
|
|
||||||
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
|
|
||||||
public class InteruptHandlerAttribute : Attribute {
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue