[all packages]
[package ]
[class hierarchy]
[index]
public abstract class FieldInstruction
(source file: ../Minstruction.java)
java.lang.Object
|
+----MmemCell
|
+----Minstruction
|
+----FieldInstruction
The pure class interface.
public abstract class FieldInstruction
extends Minstruction

eaContents(Mix_machine)
-
Return the content of the memory cell pointed by EA
eaISign(Mix_machine)
-
eaSign(Mix_machine)
-
eaValues(Mix_machine)
- Return the effective adress
eatoString()
-
Return a String representation of the effective adress
endField()
-
getField()
-
startField()
-

getField
protected long getField();
endField
protected long endField();
startField
protected long startField();
eaValues
public long eaValues(Mix_machine machine);
- Return the effective adress
eaContents
public long eaContents(Mix_machine machine);
-
Return the content of the memory cell pointed by EA. Use instruction field
eaSign
protected boolean eaSign(Mix_machine machine);
eaISign
protected boolean eaISign(Mix_machine machine);
eatoString
public String eatoString();
-
Return a String representation of the effective adress
[all packages]
[package ]
[class hierarchy]
[index]
FieldInstruction.html