ref: d3862b5a63077cb3d8967f97eb487368cd431d23
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