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 and $f13 onto the console. $f13 contains high order word of the double.
  • Constructor Details

    • SyscallPrintDouble

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