Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _rt0_arm_plan9 (0.15 sec)

  1. src/runtime/rt0_plan9_arm.s

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    #include "textflag.h"
    
    //in plan 9 argc is at top of stack followed by ptrs to arguments
    
    TEXT _rt0_arm_plan9(SB),NOSPLIT|NOFRAME,$0
    	MOVW	R0, _tos(SB)
    	MOVW	0(R13), R0
    	MOVW	$4(R13), R1
    	B	runtime·rt0_go(SB)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 12 21:41:30 UTC 2018
    - 397 bytes
    - Viewed (0)
Back to top