Cosmos/source/Compiler/Indy.IL2CPU.X86/IL/x86/CustomImplementations/Diagnostics/BreakAssembler.cs
mterwoord_cp acaa8e0a89
2009-10-17 13:45:47 +00:00

20 lines
No EOL
776 B
C#

//using System;
//using System.Collections.Generic;
//using System.Linq;
//using System.Text;
//using Indy.IL2CPU.Plugs;
//using Indy.IL2CPU.Assembler;
//namespace Indy.IL2CPU.IL.X86LinqTest.CustomImplementations.System.Diagnostics {
// public class BreakAssembler: AssemblerMethod {
// public override void Assemble(Indy.IL2CPU.Assembler.Assembler aAssembler) {
// //new Assembler.X86.Call(Assembler.X86.Assembler.BreakMethodName);
// // TODO - See Cosmos.Debug.Debugger.Break - this should use same plug
// // TODO -pHigh: implement Debugger.Break();
// }
// public override void AssembleNew(object aAssembler, object aMethodInfo) {
// throw new NotImplementedException();
// }
// }
//}