using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; namespace Lost.JIT.AMD64 { class InstructionLabel { internal InstructionLabel(string name) { _name = name; #warning TODO: check label for validity } static readonly Regex _regex = new Regex( @"^(\s*(?