setuid.s 157 B

12345678
  1. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  2. .define _setuid
  3. .extern _setuid, cerror
  4. _setuid: int 0x97
  5. jb 9f
  6. xor ax,ax
  7. ret
  8. 9: jmp cerror