public class Memory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.Object[][] |
disp_mem |
static java.util.HashMap |
memory |
static java.lang.Integer |
n |
Constructor and Description |
---|
Memory() |
Modifier and Type | Method and Description |
---|---|
static int |
display() |
static int |
get(int address) |
static void |
put(int b,
int address) |