📄 a3000.s
字号:
/************************************************************* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -