github.com/zach-klippenstein/go@v0.0.0-20150108044943-fcfbeb3adf58/src/runtime/rt0_netbsd_arm.s (about)

     1  // Copyright 2013 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  #include "textflag.h"
     6  
     7  // FreeBSD/NetBSD and Linux use the same linkage to main
     8  
     9  TEXT _rt0_arm_netbsd(SB),NOSPLIT,$-4
    10  	MOVW	(R13), R0	// argc
    11  	MOVW	$4(R13), R1		// argv
    12  	MOVM.DB.W [R0-R1], (R13)
    13  	B runtime·rt0_go(SB)