Class SyscallTime

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

public class SyscallTime extends AbstractSyscall
Service to read a character from input console into $a0.
  • Constructor Details

    • SyscallTime

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