Class SyscallExit

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

public class SyscallExit extends AbstractSyscall
Service to exit the MIPS program.
  • Constructor Details

    • SyscallExit

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