head.s

来自「嵌入式开发板451的butlod」· S 代码 · 共 17 行

S
17
字号
/* *  head.S * *  Copyright (C) 2001-2002 Hayden Luo * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * *  32-bit startup code for s3c5410b board */	.globl stext.section ".text"stext:	b	bios_call_internal

⌨️ 快捷键说明

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