Class SyscallPrintFloat

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

public class SyscallPrintFloat extends AbstractSyscall
Service to display on the console float whose bits are stored in $f12
  • Constructor Details

    • SyscallPrintFloat

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