Variable AsmInstruction.isLabel

class AsmInstruction
{
  // ...
  bool isLabel ;
  // ...
}