[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

Methods

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

Methods

O getField
protected long getField();

O endField

protected long endField();

O startField

protected long startField();

O eaValues

public long eaValues(Mix_machine machine);
Return the effective adress

O eaContents

public long eaContents(Mix_machine machine);
Return the content of the memory cell pointed by EA. Use instruction field

O eaSign

protected boolean eaSign(Mix_machine machine);

O eaISign

protected boolean eaISign(Mix_machine machine);

O eatoString

public String eatoString();
Return a String representation of the effective adress


[all packages] [package ] [class hierarchy] [index]
FieldInstruction.html