Exemple #1
0
 /// <summary>
 /// Reset the current set of instructions and labels added to this instance.
 /// </summary>
 public void Reset()
 {
     _instructions.Clear();
     _currentLabelId   = 0;
     _label            = default;
     _currentAnonLabel = default;
     _nextAnonLabel    = default;
     _definedAnonLabel = false;
     _nextPrefixFlags  = PrefixFlags.None;
 }
Exemple #2
0
 /// <summary>
 /// Reset the current set of instructions and labels added to this instance.
 /// </summary>
 public void Reset()
 {
     instructions.Clear();
     currentLabelId   = 0;
     currentLabel     = default;
     currentAnonLabel = default;
     nextAnonLabel    = default;
     definedAnonLabel = false;
     prefixFlags      = PrefixFlags.None;
 }