public interface CodeCursor
| Modifier and Type | Method and Description |
|---|---|
int |
baseAddressForCursor()
Gets the base address associated with the current cursor.
|
int |
cursor()
Gets the cursor.
|
void |
setBaseAddress(int targetAddress,
int baseAddress)
Sets the base address for the given target address to be as indicated.
|
int cursor()
int baseAddressForCursor()
setBaseAddress(int, int)). This is used, in particular, to convey base
addresses to switch data payload instructions, whose relative
addresses are relative to the address of a dependant switch
instruction.void setBaseAddress(int targetAddress,
int baseAddress)
baseAddressForCursor()Copyright © 2020. All Rights Reserved.