Uses of Interface
mars.mips.instructions.syscalls.Syscall
Packages that use Syscall
-
Uses of Syscall in mars.mips.instructions
Methods in mars.mips.instructions that return SyscallModifier and TypeMethodDescriptionstatic SyscallSyscallManager.getSyscall(int number) Find the syscall corresponding a given service number, if one exists.static Syscall[]SyscallManager.getSyscalls()Get the list of syscalls to use, loading them if necessary. -
Uses of Syscall in mars.mips.instructions.syscalls
Classes in mars.mips.instructions.syscalls that implement SyscallModifier and TypeClassDescriptionclassAbstract class that a MIPS syscall system service may extend.classService to close file descriptor given in $a0.classService to display a message to user.classService to exit the MIPS program.classService to exit the MIPS program with return value given in $a0.classService to input data.classService to input data.classService to input data.classService to input data.classService to display a message to user.classService to display a message to user.classService to display a message to user.classService to display a message to user.classService to display a message to user.classService to output simulated MIDI tone to sound card.classService to output simulated MIDI tone to sound card.classService to open file name specified by $a0.classService to display character stored in $a0 on the console.classService to display double whose bits are stored in $f12 and $f13 onto the console.classService to display on the console float whose bits are stored in $f12classService to display integer stored in $a0 on the console.classService to display integer stored in $a0 on the console.classService to display integer stored in $a0 on the console.classService to display integer stored in $a0 on the console as unsigned decimal.classService to print the last file operation message.classService to display string stored starting at address in $a0 onto the console.classService to return a random floating point value.classService to return a random floating point value.classService to return a random integer.classService to return a random integer in a specified range.classService to set seed for the underlying Java pseudorandom number generator.classService to read from file descriptor given in $a0.classService to read a character from input console into $a0.classService to read the bits of console input double into $f0 and $f1.classService to read the bits of input float into $f0classService to read an integer from input console into $v0.classService to read console input string into buffer starting at address in $a0.classService to allocate amount of heap memory specified in $a0, putting address into $v0.classService to seek position of file descriptor given in $a0.classService to cause the MARS Java thread to sleep for (at least) the specified number of milliseconds.classService to read a character from input console into $a0.classService to write to file descriptor given in $a0.