Newer
Older
UbixOS / lib / libc_old / sys / mpi_creatembox.S
@Charlie Root Charlie Root on 22 Jan 2018 109 bytes Working on SDE
.text
.globl mpi_createMbox
.type mpi_createMbox,@function
mpi_createMbox:
  movl $50,%eax
  int $0x81
  ret