Difference between revisions of "Auto Assembler:label"
Jump to navigation
Jump to search
(Created page with ''''Auto Assembler''' label(''LabelName'') Enables the word 'LabelName' to be used as a symbol. Note: The label address must be set to be used. Tip: Use [[Auto Assembler:regist…') |
(No difference)
|
Revision as of 20:30, 11 March 2017
Auto Assembler label(LabelName)
Enables the word 'LabelName' to be used as a symbol.
Note: The label address must be set to be used.
Tip: Use registerSymbol to use the label in other AA scripts.
Function Parameters
| Parameter | Type | Description |
|---|---|---|
| LabelName | string | The label name |
Examples
label(someLabel)
...
00123ABC:
someLabel:
...