ref: b3fc7da382866c42c479bba974c1c7f72fb4b684
dir: /syscall-osx.s/
.globl _std$syscall
_std$syscall:
popl %ecx /* return address */
popl %eax /* call num */
pushl %ecx
int $0x80
pushl %ecx /* put the return address back */
ret