Class SyscallClose

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

public class SyscallClose extends AbstractSyscall
Service to close file descriptor given in $a0.
  • Constructor Details

    • SyscallClose

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