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()
void setBaseAddress(int targetAddress,
int baseAddress)
baseAddressForCursor()Copyright © 2016. All Rights Reserved.