Difference between revisions of "Auto Assembler:label"

From Cheat Engine
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…')
 
Line 7: Line 7:
 
Tip: Use [[Auto Assembler:registerSymbol|registerSymbol]] to use the label in other AA scripts.
 
Tip: Use [[Auto Assembler:registerSymbol|registerSymbol]] to use the label in other AA scripts.
  
=== Function Parameters ===
+
=== Command Parameters ===
 
{|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0"
 
{|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0"
 
!align="left"|Parameter
 
!align="left"|Parameter
Line 30: Line 30:
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
  
=== Related Functions ===
+
=== Related Commands ===
 
* [[Auto Assembler:aobScan|aobScan]]
 
* [[Auto Assembler:aobScan|aobScan]]
 
* [[Auto Assembler:aobScanModule|aobScanModule]]
 
* [[Auto Assembler:aobScanModule|aobScanModule]]

Revision as of 21:42, 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.

Command Parameters

Parameter Type Description
LabelName string The label name


Examples

label(someLabel)
...
00123ABC:
  someLabel:
    ...


See also

Related Commands