locore.s

来自「ppc boot freescale ppc bootrom source co」· S 代码 · 共 13 行

S
13
字号
#define STACKSIZE 8192	.text	.globl	_start_start:	lis	1,stack+STACKSIZE@ha	addi	1,1,stack+STACKSIZE@l	b	main	.local	stack	.comm	stack,STACKSIZE+8,16

⌨️ 快捷键说明

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