shithub: scc

ref: 0d3b55519d654762c70fad8b61dbaf52caf09601
dir: /src/libc/arch/ppc/crt-posix.s/

View raw version
	.comm _environ,4,4

	.text
	.globl	_start
_start:
	stwu	1,-16(1)
	lis	14,_environ@h
	ori	14,14,_environ@l
	stw	5,0(14)
	bl	main
	b	exit