Class SyscallPrintDouble

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

public class SyscallPrintDouble extends AbstractSyscall
Service to display double whose bits are stored in $f12 & $f13 onto the console. $f13 contains high order word of the double.
  • Constructor Details

    • SyscallPrintDouble

      public SyscallPrintDouble()
      Build an instance of the Print Double syscall. Default service number is 3 and name is "PrintDouble".
  • Method Details