|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cornell.cs.sam.core.instructions.SamInstruction
edu.cornell.cs.sam.core.instructions.SAM_MOD
public class SAM_MOD
Performs modulus on two integers
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_MOD()
|
Method Summary | |
---|---|
void |
exec()
Executes the instruction |
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 |
---|
public SAM_MOD()
Method Detail |
---|
public void exec() throws SystemException
Instruction
exec
in interface Instruction
exec
in class SamInstruction
SystemException
- if there is a runtime error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |