C# Class Assembler.Label

Datei anzeigen Open project: Rohansi/VM

Public Properties

Property Type Description
Address int
Index int
Labels Label>.Dictionary
Name string

Public Methods

Method Description
Label ( string name, int index ) : System.Collections.Generic

Method Details

Label() public method

public Label ( string name, int index ) : System.Collections.Generic
name string
index int
return System.Collections.Generic

Property Details

Address public_oe property

public int Address
return int

Index public_oe property

public int Index
return int

Labels public_oe property

public Dictionary Labels
return Label>.Dictionary

Name public_oe property

public string Name
return string