⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 relocs1.s

📁 俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)的全部源代码。
💻 S
字号:
;; This is the hand hacked output of the TI C compiler for a simple;; test program that contains local/global functions, local/global;; function calls, and an "if" and "for" statement.	.file	   "relocs1.s"	.global	_xfunc_sfunc:         addu      -16,r1,r1         st        12(r1),r31         st        0(r1),r2         jsr       _xfunc(r0),r31         ld        0(r1),r2         ld        12(r1),r31         jsr       r31(r0),r0         addu      16,r1,r1	.global	_gfunc_gfunc:         addu      -16,r1,r1         st        12(r1),r31         st        0(r1),r2         jsr       _sfunc(r0),r31         ld        0(r1),r2         ld        12(r1),r31         jsr       r31(r0),r0         addu      16,r1,r1	.global	_branches_branches:         addu      -16,r1,r1         st        12(r1),r31         st        0(r1),r2         ld        0(r1),r2         st        4(r1),r2         ld        0(r1),r2         ld        4(r1),r3         addu      10,r2,r2         cmp       r3,r2,r2         bbo.a     L12,r2,ge.wL8:         ld        4(r1),r2         bbz.a     L10,r2,0         jsr       _gfunc(r0),r31         ld        4(r1),r2         br.a      L11L10:         jsr       _xfunc(r0),r31         ld        4(r1),r2L11:         ld        4(r1),r2         addu      1,r2,r2         st        4(r1),r2         ld        0(r1),r3         ld        4(r1),r2         addu      10,r3,r3         cmp       r2,r3,r2         bbo.a     L8,r2,lt.wL12:         ld        12(r1),r31         jsr       r31(r0),r0         addu      16,r1,r1

⌨️ 快捷键说明

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