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 } }