Class SyscallSbrk

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

public class SyscallSbrk extends AbstractSyscall
Service to allocate amount of heap memory specified in $a0, putting address into $v0.
  • Constructor Details

    • SyscallSbrk

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