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