| Package | Description |
|---|---|
| emulib.plugins.memory | |
| emulib.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMemoryContext<Type>
This class implements some fundamental functionality of MemoryContext
interface, that can be useful in the programming of the own memory context.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends MemoryContext> |
ContextPool.getMemoryContext(long pluginID,
Class<T> contextInterface)
Get registered memory context.
|
<T extends MemoryContext> |
ContextPool.getMemoryContext(long pluginID,
Class<T> contextInterface,
int index)
Get registered memory context (extended version).
|
| Modifier and Type | Method and Description |
|---|---|
static int |
HEXFileManager.loadIntoMemory(File file,
MemoryContext<Short> memory) |
boolean |
HEXFileManager.loadIntoMemory(MemoryContext<Short> mem)
Method is similar to generateHex() method in that way, that compiled
program is also transformed into chunk of bytes, but not to hex file but
to the operating memory.
|
Copyright © 2017. All rights reserved.