Class SyscallPrintIntUnsigned

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

public class SyscallPrintIntUnsigned extends AbstractSyscall
Service to display integer stored in $a0 on the console as unsigned decimal.
  • Constructor Details

    • SyscallPrintIntUnsigned

      public SyscallPrintIntUnsigned()
      Build an instance of the Print Integer Unsigned syscall. Default service number is 36 and name is "PrintIntUnsigned".
  • Method Details