github.com/xushiwei/go@v0.0.0-20130601165731-2b9d83f45bc9/src/pkg/runtime/rt0_darwin_386.s (about)

     1  // Copyright 2009 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  TEXT _rt0_386_darwin(SB),7,$8
     6  	MOVL	8(SP), AX
     7  	LEAL	12(SP), BX
     8  	MOVL	AX, 0(SP)
     9  	MOVL	BX, 4(SP)
    10  	CALL	main(SB)
    11  	INT	$3
    12  
    13  TEXT main(SB),7,$0
    14  	JMP	_rt0_386(SB)