Class SyscallReadDouble

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

public class SyscallReadDouble extends AbstractSyscall
Service to read the bits of console input double into $f0 and $f1. $f1 contains high order word of the double.
  • Constructor Details

    • SyscallReadDouble

      public SyscallReadDouble()
      Build an instance of the Read Double syscall. Default service number is 7 and name is "ReadDouble".
  • Method Details