blob: 2cb1182c06ed7d4121e93f27f7da9592285292df [file] [log] [blame]
Shenghou Ma37aba1a2013-02-13 01:00:04 +08001// 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
Russ Coxcb040d52014-09-04 23:05:18 -04005#include "textflag.h"
Keith Randall0273dc12013-08-07 12:20:05 -07006
Keith Randall0273dc12013-08-07 12:20:05 -07007TEXT _rt0_arm_netbsd(SB),NOSPLIT,$-4
Joel Singbe3133b2015-02-16 02:03:53 +11008 MOVW (R13), R0 // argc
Elias Naur45233732013-08-14 15:38:54 +00009 MOVW $4(R13), R1 // argv
10 MOVM.DB.W [R0-R1], (R13)
Russ Cox7ba41e92014-09-03 11:11:16 -040011 B runtime·rt0_go(SB)