📄 g_start.s
字号:
; SCCSID @(#)g_start.s 1.1 1/15/98;; This the entry of the whole application program;; This is for DRAM_GAME.data.globl dstartdstart:.globl _environ_environ:.text.globl tstart.globl _tstart ; this is a ridiculous kludge used to test interrupt recoverytstart:_tstart:.globl START.globl start.noreorgSTART:; set STACK addi r0,#0x8ffc,r29 addi r0,#0,r30 ; fp; set r25 for DATA segment add r0,r0,r25; store return address st _Jump_addr[r25],r31 nop nop; jump to entry point jspci r24,#_main,r31 nop nop.end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -