Class AsmFile
Inheritance
System.Object
AsmFile
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cosmos.Debug.GDB
Assembly: Cosmos.Debug.GDB.dll
Syntax
public class AsmFile
Constructors
| Improve this Doc View SourceAsmFile(String)
Declaration
public AsmFile(string aPathname)
Parameters
Type | Name | Description |
---|---|---|
System.String | aPathname |
Fields
| Improve this Doc View SourcemLabels
Declaration
protected Dictionary<string, int> mLabels
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Int32> |
mLines
Declaration
protected List<AsmLine> mLines
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<AsmLine> |
Properties
| Improve this Doc View SourceLines
Declaration
public IList<AsmLine> Lines { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AsmLine> |
Methods
| Improve this Doc View SourceGetLineOfLabel(String)
Declaration
public int GetLineOfLabel(string label)
Parameters
Type | Name | Description |
---|---|---|
System.String | label |
Returns
Type | Description |
---|---|
System.Int32 |