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 Read Char syscall. Default service number is 12 and name is "ReadChar".
  • Method Details