/// <inheritdoc /> public IEnumerable <TInstruction> GetAllInstructions() { return(_instructions.Values.OrderBy(i => Architecture.GetOffset(i))); }