Cosmos/source/IL2CPU.PostAssembler/OpCodeLWInstruction.cs
2009-05-26 11:33:48 +00:00

24 lines
427 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace IL2CPU.PostAssembler
{
internal abstract class OpCodeLWInstruction :LWInstruction
{
//Root
// String
// Label
// Comment
// Instruction
// Binary
// String
// Both
}
}