[all packages]
[package ]
[class hierarchy]
[index]
public class MmemCell
(source file: ../MmemCell.java)
java.lang.Object
|
+----MmemCell
The pure class interface.
public class MmemCell
- Mix Accumulator Register and Memory Cells.
A Mix accumulator is a 5 bytes word plus a sign.

get_sign()
-
lShiftLong(long)
-
longValues(int, int)
-
Return a long value in the range.
rShiftLong(long)
-
set(long, boolean)
-
set(long)
-
set_sign(boolean)
-
store(long, long, long)
-
Store a long value in the range
toString()
-

rShiftLong
protected long rShiftLong(long l);
lShiftLong
protected long lShiftLong(long l);
store
protected MmemCell store(long start,
long end,
long v);
-
Store a long value in the range
- Parameters:
- start -
- end -
- long -
longValues
protected long longValues(int start,
int end);
-
Return a long value in the range.
- Parameters:
- start - the start value of the range.
- end - the end value of the range.
set
protected void set(long l);
set
protected void set(long l,
boolean b);
set_sign
protected void set_sign(boolean b);
get_sign
protected boolean get_sign();
toString
public String toString();
[all packages]
[package ]
[class hierarchy]
[index]
MmemCell.html