public class TempRegisters extends Object
Modifier and Type | Field and Description |
---|---|
(package private) double[] |
fprs |
(package private) WordArray |
gprs |
(package private) Address |
ip |
(package private) Object[] |
objs
if a GPR hold a reference to an object, we convert the raw memory
address to a reference.
|
Constructor and Description |
---|
TempRegisters(AbstractRegisters contextRegisters) |
Modifier and Type | Method and Description |
---|---|
void |
dumpContents() |
final double[] fprs
public TempRegisters(AbstractRegisters contextRegisters)
public void dumpContents()