Class SyscallPrintIntBinary

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

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

    • SyscallPrintIntBinary

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