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