Class SyscallRandInt

java.lang.Object
mars.mips.instructions.syscalls.AbstractSyscall
mars.mips.instructions.syscalls.SyscallRandInt
All Implemented Interfaces:
Syscall

public class SyscallRandInt extends AbstractSyscall
Service to return a random integer.
  • Constructor Details

    • SyscallRandInt

      public SyscallRandInt()
      Build an instance of the syscall with its default service number and name.
  • Method Details