Shenghou Ma | 37aba1a | 2013-02-13 01:00:04 +0800 | [diff] [blame] | 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 | |
Russ Cox | cb040d5 | 2014-09-04 23:05:18 -0400 | [diff] [blame] | 5 | #include "textflag.h" |
Keith Randall | 0273dc1 | 2013-08-07 12:20:05 -0700 | [diff] [blame] | 6 | |
Keith Randall | 0273dc1 | 2013-08-07 12:20:05 -0700 | [diff] [blame] | 7 | TEXT _rt0_arm_netbsd(SB),NOSPLIT,$-4 |
Joel Sing | be3133b | 2015-02-16 02:03:53 +1100 | [diff] [blame] | 8 | MOVW (R13), R0 // argc |
Elias Naur | 4523373 | 2013-08-14 15:38:54 +0000 | [diff] [blame] | 9 | MOVW $4(R13), R1 // argv |
| 10 | MOVM.DB.W [R0-R1], (R13) |
Russ Cox | 7ba41e9 | 2014-09-03 11:11:16 -0400 | [diff] [blame] | 11 | B runtime·rt0_go(SB) |