internal cListfileEntry(string ReadOut) { ListReadout = ReadOut; Label = false; Opcodes = new List<ushort>(); Address = 0; FileName = ""; LineNumber = 0; AssemblerCode = ""; HowTo = ListFiletype.unknown; Instruction = false; }
internal void SetHowToParse(ListFiletype NewHowTo) { HowTo = NewHowTo; }