Class SyscallPrintString

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

public class SyscallPrintString extends AbstractSyscall
Service to display string stored starting at address in $a0 onto the console.
  • Constructor Details

    • SyscallPrintString

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