Class SyscallPrintInt

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

public class SyscallPrintInt extends AbstractSyscall
Service to display integer stored in $a0 on the console.
  • Constructor Details

    • SyscallPrintInt

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