CustomLabels.ini
You can give labels custom names that do not depend on the disassembler configuration. Those names are defined in the file CustomLabels.ini
(one for each edit mode).
File Syntax
<label offset>=<custom name>
If the disassembler finds a label at the specified offset, this label gets the custom name.
To find out offset values enable the CODE_OFFSETS
debug option. After disassembling, a number in front of the script instruction is the offset value.
Last updated