a3000.s

来自「mips架构的bootloader,99左右的版本 但源代码现在没人更新了」· S 代码 · 共 22 行

S
22
字号
/************************************************************* * File: lib/a3000.s * Purpose: Part of C runtime library * Author: Phil Bunce (pjb@carmel.com) * Revision History: *	970304	Start of revision history */#include <mips.h>	############# 30x0 #################	.globl a3000init	.ent a3000inita3000init:	beq     a0,zero,1f	j       c3000init    1:	# select the correct cache flushing routines	la	s0,r3k_flush	j	ra	.end a3000init

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?