public class Address
extends java.lang.Object
| Constructor | Description |
|---|---|
Address(int aStart) |
| Modifier and Type | Method | Description |
|---|---|---|
static int |
getIntValue(Address aAddress,
int aIndex) |
|
static int |
getMemorySize() |
|
static int |
getStackTop() |
|
static int |
getStart(Address aAddress) |
|
static void |
setIntValue(Address aAddress,
int aIndex,
int aValue) |
|
static void |
unreachable() |
public static int getStart(Address aAddress)
public static int getIntValue(Address aAddress, int aIndex)
public static void setIntValue(Address aAddress, int aIndex, int aValue)
public static int getStackTop()
public static int getMemorySize()
public static void unreachable()
Copyright © 2019 Systemprogrammierung Mirko Sertic. All rights reserved.