[all packages] [package ] [class hierarchy] [index]

public class ST3

(source file: ../Minstruction.java)
java.lang.Object
   |
   +----MmemCell
           |
           +----Minstruction
                   |
                   +----FieldInstruction
                           |
                           +----ST3

The pure class interface.
public class ST3
  extends FieldInstruction
ST3: Store rI3 in memory


Methods

O exec(Mix_machine)
O time()
O toString()

Methods

O toString
public String toString();

O exec

public void exec(Mix_machine mix);

O time

public long time();


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