edu.cornell.cs.sam.core.instructions
Class SAM_NOT

java.lang.Object
  extended by edu.cornell.cs.sam.core.instructions.SamInstruction
      extended by edu.cornell.cs.sam.core.instructions.SAM_ISNIL
          extended by edu.cornell.cs.sam.core.instructions.SAM_NOT
All Implemented Interfaces:
Instruction, java.io.Serializable

public class SAM_NOT
extends SAM_ISNIL

Negates an integer (logical NOT)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.cornell.cs.sam.core.instructions.SamInstruction
cpu, FBR, HALT, mem, name, PC, prog, SP, sys, video
 
Constructor Summary
SAM_NOT()
           
 
Method Summary
 
Methods inherited from class edu.cornell.cs.sam.core.instructions.SAM_ISNIL
exec
 
Methods inherited from class edu.cornell.cs.sam.core.instructions.SamInstruction
getName, getProgram, getSystem, setProgram, setSystem, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAM_NOT

public SAM_NOT()