execve.s 124 B

1234567
  1. .sect .text; .sect .rom; .sect .data; .sect .bss
  2. .define _execve
  3. .sect .text
  4. _execve:
  5. mov ax,59
  6. callf 0x7:0x0
  7. jmp cerror