C# Class Assembler.Label

Show file 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 property

public int Address
return int

Index public property

public int Index
return int

Labels public property

public Dictionary Labels
return Label>.Dictionary

Name public property

public string Name
return string