Package mars.mips.instructions.syscalls
Class SyscallPrintFloat
java.lang.Object
mars.mips.instructions.syscalls.AbstractSyscall
mars.mips.instructions.syscalls.SyscallPrintFloat
- All Implemented Interfaces:
Syscall
Service to display on the console float whose bits are stored in $f12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsimulate(ProgramStatement statement)Performs syscall function to display float whose bits are stored in $f12Methods inherited from class mars.mips.instructions.syscalls.AbstractSyscall
getName, getNumber, setNumber
-
Constructor Details
-
SyscallPrintFloat
public SyscallPrintFloat()Build an instance of the Print Float syscall. Default service number is 2 and name is "PrintFloat".
-
-
Method Details
-
simulate
Performs syscall function to display float whose bits are stored in $f12- Specified by:
simulatein interfaceSyscall- Specified by:
simulatein classAbstractSyscall- Parameters:
statement- ProgramStatement object for this syscall instruction.- Throws:
ProcessingException
-