메소드 | 설명 | |
---|---|---|
AddLabel ( string label, int address ) : bool | ||
AliasAddress ( string alias, int fromAddress ) : int | ||
ContainsAlias ( string label, int fromAddress ) : bool | ||
ContainsLabel ( string label, int fromAddress ) : bool | ||
GetLastOpenScope ( ) : Scope | ||
LabelAddress ( string label, int fromAddress ) : int | ||
ScopeClose ( int address ) : bool | ||
ScopeOpen ( int address, int line ) : void | ||
TryGetOpenScope ( Scope &scope ) : bool |
public AddLabel ( string label, int address ) : bool | ||
label | string | |
address | int | |
리턴 | bool |
public AliasAddress ( string alias, int fromAddress ) : int | ||
alias | string | |
fromAddress | int | |
리턴 | int |
public ContainsAlias ( string label, int fromAddress ) : bool | ||
label | string | |
fromAddress | int | |
리턴 | bool |
public ContainsLabel ( string label, int fromAddress ) : bool | ||
label | string | |
fromAddress | int | |
리턴 | bool |
public LabelAddress ( string label, int fromAddress ) : int | ||
label | string | |
fromAddress | int | |
리턴 | int |