Class SyscallPrintChar

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

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

    • SyscallPrintChar

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