...

Text file src/runtime/rt0_windows_arm.s

     1	// Copyright 2018 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 "go_asm.h"
     6	#include "go_tls.h"
     7	#include "textflag.h"
     8	
     9	// This is the entry point for the program from the
    10	// kernel for an ordinary -buildmode=exe program.
    11	TEXT _rt0_arm_windows(SB),NOSPLIT|NOFRAME,$0
    12		B	·rt0_go(SB)

View as plain text