public interface Memory extends Plugin
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Memory.MemoryListener
The listener interface for receiving memory related events.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getProgramStart()
Gets program's start address.
|
int |
getSize()
Gets size of memory.
|
void |
setProgramStart(int location)
Sets program start address.
|
destroy, getTitle, getVersion, initialize, isShowSettingsSupported, reset, showSettingsvoid setProgramStart(int location)
IMemoryContext.getProgramStart()
method.location - starting memory position (address) of a programint getSize()
int getProgramStart()
Memory.setProgramStart() by main module
when compiler finishes compilation process of a program and if the compiler know the starting address.
This address is used by main module for CPU reset process.Copyright © 2017. All rights reserved.