ref: 85e637db4543ca443a88bd7d0a1f1efe50a2aecb
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