?? 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 + -